wizard: Language button on home and add back button

This commit is contained in:
selsta
2019-11-27 19:13:32 +01:00
parent d5f4d5d93f
commit 7b0cd19487
2 changed files with 3 additions and 5 deletions

View File

@@ -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();
}
}