1
mirror of https://github.com/monero-project/monero-gui synced 2024-12-18 05:15:54 +01:00

WizardModeSelection: enable pruning by default

This commit is contained in:
selsta 2024-05-24 17:07:23 +02:00
parent f0b1b8cd08
commit 923f77a2db
No known key found for this signature in database
GPG Key ID: 2EA0A99A8B07AE5E

View File

@ -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');
}
}