diff options
| author | xiphon <xiphon@protonmail.com> | 2020-07-28 17:46:52 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2020-09-22 15:08:18 +0000 |
| commit | 4208b66baf2b1c403f4388eb4720586ad3406dce (patch) | |
| tree | a4aa669c42e1227d99858eaf821b975958bf1313 /wizard/WizardLanguage.qml | |
| parent | c137a6ea36040aee20366933935805eff67ae3f8 (diff) | |
| download | monzero-gui-4208b66baf2b1c403f4388eb4720586ad3406dce.tar.gz monzero-gui-4208b66baf2b1c403f4388eb4720586ad3406dce.tar.xz monzero-gui-4208b66baf2b1c403f4388eb4720586ad3406dce.zip | |
WizardModeSelection: optional 'Portable mode' feature support
Diffstat (limited to 'wizard/WizardLanguage.qml')
| -rw-r--r-- | wizard/WizardLanguage.qml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/wizard/WizardLanguage.qml b/wizard/WizardLanguage.qml index 58b5cd21..4aa04ba0 100644 --- a/wizard/WizardLanguage.qml +++ b/wizard/WizardLanguage.qml @@ -245,4 +245,8 @@ Rectangle { Timer { id: versionTimer } + + function onPageCompleted() { + persistentSettings.setWritable(false); + } } |
