diff options
author | Sjors Provoost <sjors@sprovoost.nl> | 2019-08-24 19:13:04 +0200 |
---|---|---|
committer | Sjors Provoost <sjors@sprovoost.nl> | 2019-08-24 22:41:32 +0200 |
commit | c8de347a9d6c88fe67d77aba6fcce1b7fd66791c (patch) | |
tree | adaefc5bf862bfa403edafd7f2be2b658db96a75 /src/qt/forms | |
parent | 1bbc49d2078ee53488e214d00eb47462687b05c5 (diff) |
[gui] intro: add prune preference
Adds a checkbox to the introduction screen letting the user enable pruning from the start.
Disable checkbox when launched with -prune
Diffstat (limited to 'src/qt/forms')
-rw-r--r-- | src/qt/forms/intro.ui | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/qt/forms/intro.ui b/src/qt/forms/intro.ui index cfdd8482e3..f27a4ebe44 100644 --- a/src/qt/forms/intro.ui +++ b/src/qt/forms/intro.ui @@ -211,6 +211,16 @@ </widget> </item> <item> + <widget class="QCheckBox" name="prune"> + <property name="toolTip"> + <string>Reverting this setting requires re-downloading the entire blockchain. It is faster to download the full chain first and prune it later. Disables some advanced features.</string> + </property> + <property name="text"> + <string></string> + </property> + </widget> + </item> + <item> <widget class="QLabel" name="lblExplanation2"> <property name="text"> <string>This initial synchronisation is very demanding, and may expose hardware problems with your computer that had previously gone unnoticed. Each time you run %1, it will continue downloading where it left off.</string> |