startup: don't wait for plugins fully loaded

This commit is contained in:
Lemmy
2026-02-06 11:29:42 -05:00
parent 081ac08e67
commit 7c7b929bf7
+1 -2
View File
@@ -4,7 +4,6 @@ import Quickshell.Wayland
import qs.Commons
import qs.Modules.MainScreen
import qs.Services.Noctalia
import qs.Services.UI
// ------------------------------
@@ -39,7 +38,7 @@ Variants {
// Main Screen loader - Bar and panels backgrounds
Loader {
id: windowLoader
active: parent.shouldBeActive && PluginService.pluginsFullyLoaded
active: parent.shouldBeActive
asynchronous: false
property ShellScreen loaderScreen: modelData