Store window sizes
This commit is contained in:
parent
0b0e33a7b5
commit
22ce8a8a1d
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user