mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-05 03:30:03 +00:00
Shell: more robust reload
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user