Shell: replacing LazyLoader by Loader in an attempt to fix crash when hot-reloading after update.

This commit is contained in:
ItsLemmy
2025-10-02 22:29:00 -04:00
parent 4b84e48e8e
commit adb84a9e24
+2 -2
View File
@@ -73,10 +73,10 @@ ShellRoot {
}
}
LazyLoader {
Loader {
active: i18nLoaded && settingsLoaded
Item {
sourceComponent: Item {
Component.onCompleted: {
// Save a ref. to our lockScreen so we can access it easily
PanelService.lockScreen = lockScreen