make persistent states persistent

This commit is contained in:
end-4
2025-05-10 23:05:32 +02:00
parent 9d51815661
commit f13912a027
5 changed files with 126 additions and 32 deletions
+1
View File
@@ -19,6 +19,7 @@ ShellRoot {
Component.onCompleted: {
MaterialThemeLoader.reapplyTheme()
ConfigLoader.loadConfig()
PersistentStateManager.loadStates()
}
Bar {}