Add animation when reloading config file

This commit is contained in:
miruka
2019-07-24 17:40:06 -04:00
parent eb97f08d6a
commit 5dc6c071d6
3 changed files with 16 additions and 1 deletions

View File

@@ -28,6 +28,8 @@ ApplicationWindow {
property bool debug: false
property bool ready: false
property var mainUI: null
// Note: settingsChanged(), uiStateChanged(), etc must be called manually
property var settings: ({})
onSettingsChanged: py.saveConfig("ui_settings", settings)