diff options
Diffstat (limited to '')
-rw-r--r-- | src/ui/MainWindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/MainWindow.h b/src/ui/MainWindow.h index f5e644b3..5f9d9b50 100644 --- a/src/ui/MainWindow.h +++ b/src/ui/MainWindow.h @@ -398,6 +398,7 @@ class MainWindow : public QMainWindow { bool attachmentDockCreated{}; bool restartNeeded{}; + bool prohibit_update_checking_ = false; }; } // namespace GpgFrontend::UI |