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 {
target: I18n
target: I18n ? I18n : null
function onTranslationsLoaded() {
i18nLoaded = true
}
}
Connections {
target: Settings
target: Settings ? Settings : null
function onSettingsLoaded() {
settingsLoaded = true
}