mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Merge pull request #4320
923f77a
WizardModeSelection: enable pruning by default (selsta)
This commit is contained in:
commit
6f9769607a
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ Rectangle {
|
||||||
imageIcon: "qrc:///images/local-node-full.png"
|
imageIcon: "qrc:///images/local-node-full.png"
|
||||||
|
|
||||||
onMenuClicked: {
|
onMenuClicked: {
|
||||||
appWindow.persistentSettings.pruneBlockchain = false; // can be toggled on next page
|
appWindow.persistentSettings.pruneBlockchain = true;
|
||||||
applyWalletMode(2, 'wizardHome');
|
applyWalletMode(2, 'wizardHome');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue