GUI/Intro: Never change the prune checkbox after the user has touched it

This commit is contained in:
Luke Dashjr
2022-08-30 18:44:38 +00:00
parent 420a983e25
commit bee0ffbecf
2 changed files with 4 additions and 1 deletions

View File

@@ -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};