forked from Public/monero-gui
settingslayout: fix change language button does not change language
This commit is contained in:
@@ -168,7 +168,7 @@ Rectangle {
|
|||||||
visible: !persistentSettings.customDecorations
|
visible: !persistentSettings.customDecorations
|
||||||
Layout.topMargin: 10 * scaleRatio
|
Layout.topMargin: 10 * scaleRatio
|
||||||
small: true
|
small: true
|
||||||
text: "Change language"
|
text: qsTr("Change language") + translationManager.emptyString
|
||||||
|
|
||||||
onClicked: {
|
onClicked: {
|
||||||
appWindow.toggleLanguageView();
|
appWindow.toggleLanguageView();
|
||||||
|
|||||||
Reference in New Issue
Block a user