wizard: move language related settings to PersistentSettings

This commit is contained in:
xiphon
2020-11-12 22:47:07 +00:00
parent 6fce5c7a84
commit 56e611480a
4 changed files with 11 additions and 27 deletions

View File

@@ -54,7 +54,7 @@ ColumnLayout {
WizardSummaryItem {
Layout.fillWidth: true
header: qsTr("Language") + translationManager.emptyString
value: wizardController.language_language
value: persistentSettings.language
}
WizardSummaryItem {