[gui] add explicit prune setter

This makes it possible to enable pruning after the OptionsModel has been initialized and reset.
This commit is contained in:
Sjors Provoost
2019-08-24 22:31:14 +02:00
parent 1bccf6a52d
commit 1957103786
4 changed files with 26 additions and 5 deletions

View File

@@ -67,6 +67,8 @@ public:
void parameterSetup();
/// Create options model
void createOptionsModel(bool resetSettings);
/// Update prune value
void SetPrune(bool prune, bool force = false);
/// Create main window
void createWindow(const NetworkStyle *networkStyle);
/// Create splash screen