Merge branch 'end-4:main' into main

This commit is contained in:
sin
2025-08-17 17:01:47 +00:00
committed by GitHub
22 changed files with 993 additions and 233 deletions
+4 -3
View File
@@ -54,10 +54,11 @@ ShellRoot {
// Force initialization of some singletons
Component.onCompleted: {
Cliphist.refresh()
FirstRunExperience.load()
Hyprsunset.load()
MaterialThemeLoader.reapplyTheme()
Hyprsunset.load()
FirstRunExperience.load()
ConflictKiller.load()
Cliphist.refresh()
}
LazyLoader { active: enableBar && Config.ready && !Config.options.bar.vertical; component: Bar {} }