mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-12 05:07:26 -04:00
wizard: Language button on home and add back button
This commit is contained in:
@@ -149,12 +149,10 @@ Rectangle {
|
||||
}
|
||||
|
||||
MoneroComponents.StandardButton {
|
||||
visible: !persistentSettings.customDecorations
|
||||
small: true
|
||||
text: qsTr("Change language") + translationManager.emptyString
|
||||
|
||||
onClicked: {
|
||||
wizardController.wizardStackView.backTransition = false;
|
||||
appWindow.toggleLanguageView();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user