mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
GUI/Intro: Never change the prune checkbox after the user has touched it
This commit is contained in:
@@ -64,6 +64,7 @@ private Q_SLOTS:
|
||||
|
||||
private:
|
||||
Ui::Intro *ui;
|
||||
bool m_prune_checkbox_is_default{true};
|
||||
QThread* thread{nullptr};
|
||||
QMutex mutex;
|
||||
bool signalled{false};
|
||||
|
||||
Reference in New Issue
Block a user