Skip to content

Commit

Permalink
Merge pull request monero-project#4320
Browse files Browse the repository at this point in the history
923f77a WizardModeSelection: enable pruning by default (selsta)
  • Loading branch information
luigi1111 committed Aug 14, 2024
2 parents c57bdfa + 923f77a commit 6f97696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wizard/WizardModeSelection.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}
}
Expand Down

0 comments on commit 6f97696

Please sign in to comment.