Merge PR #120: Store window sizes

This commit is contained in:
Jenkins 2019-01-09 02:00:52 +01:00
commit c6fafb7ee8

View File

@ -33,6 +33,8 @@ ApplicationWindow {
readonly property var settings: Settings {
property alias viewMode: app.visibility
property alias windowWidth: app.width
property alias windowHeight: app.height
property bool returnToHome: false
property bool darkTheme: false
property string graphStyle: "bars"