mirror of
https://github.com/monero-project/monero-gui
synced 2025-02-28 16:43:02 +01:00
WizardModeSelection: enable pruning by default
This commit is contained in:
parent
f0b1b8cd08
commit
923f77a2db
@ -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…
x
Reference in New Issue
Block a user