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
@@ -28,7 +28,7 @@ Variants {
}
}
active: Settings.isLoaded && BarService.isVisible && modelData && modelData.name ? (Settings.data.bar.monitors.includes(modelData.name) || (Settings.data.bar.monitors.length === 0)) : false
active: BarService.isVisible && modelData && modelData.name ? (Settings.data.bar.monitors.includes(modelData.name) || (Settings.data.bar.monitors.length === 0)) : false
sourceComponent: PanelWindow {
screen: modelData || null
+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