mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 21:27:26 -04:00
WizardModeSelection: enable pruning by default
This commit is contained in:
@@ -149,7 +149,7 @@ Rectangle {
|
||||
imageIcon: "qrc:///images/local-node-full.png"
|
||||
|
||||
onMenuClicked: {
|
||||
appWindow.persistentSettings.pruneBlockchain = false; // can be toggled on next page
|
||||
appWindow.persistentSettings.pruneBlockchain = true;
|
||||
applyWalletMode(2, 'wizardHome');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user