Skip to content

Reduce Amount of QML Global Variables

Karel Slaný requested to merge no-qml-globals into develop

Removed global QML variables used for message and account identification. These variables are now held locally in pages and are passed via stack calls.

Addresses issue #56 (closed).

Merge request reports