Shell: more robust reload

This commit is contained in:
ItsLemmy
2025-10-01 10:43:19 -04:00
parent 994f0ca812
commit 07a94de5e2
+2 -2
View File
@@ -60,14 +60,14 @@ ShellRoot {
} }
Connections { Connections {
target: I18n target: I18n ? I18n : null
function onTranslationsLoaded() { function onTranslationsLoaded() {
i18nLoaded = true i18nLoaded = true
} }
} }
Connections { Connections {
target: Settings target: Settings ? Settings : null
function onSettingsLoaded() { function onSettingsLoaded() {
settingsLoaded = true settingsLoaded = true
} }