diff --git a/ui/app/AppMain.qml b/ui/app/AppMain.qml index 69b928846d..36170afa5c 100644 --- a/ui/app/AppMain.qml +++ b/ui/app/AppMain.qml @@ -150,9 +150,7 @@ RowLayout { Connections { target: profileModel onProfileSettingsFileChanged: { - if (appSettings.locale !== "en") { - profileModel.changeLocale(appSettings.locale) - } + profileModel.changeLocale(appSettings.locale) // Since https://github.com/status-im/status-desktop/commit/93668ff75 // we're hiding the setting to change appearance for compact normal mode