Merge pull request #4320

923f77a WizardModeSelection: enable pruning by default (selsta)
This commit is contained in:
luigi1111 2024-08-14 16:12:04 -04:00
commit 6f9769607a
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

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