shell.qml: add comment

This commit is contained in:
end-4 2025-05-29 09:22:26 +02:00
parent 5070b51e48
commit 2553c3ba1d

View file

@ -37,6 +37,7 @@ ShellRoot {
property bool enableSidebarLeft: true
property bool enableSidebarRight: true
// Force initialization of some singletons
Component.onCompleted: {
MaterialThemeLoader.reapplyTheme()
ConfigLoader.loadConfig()