diff --git a/shell.qml b/shell.qml index c15468e1..26d84837 100644 --- a/shell.qml +++ b/shell.qml @@ -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 }