Init Sequence: removed a bunch of no longer necessary Settings.isLoaded

This commit is contained in:
ItsLemmy
2025-09-29 09:11:37 -04:00
parent b8b54825d5
commit 9ed9231070
12 changed files with 34 additions and 44 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ Item {
id: loader
anchors.fill: parent
active: Settings.isLoaded && widgetId !== ""
active: widgetId !== ""
sourceComponent: {
if (!active) {
return null