diff options
author | Saturneric <[email protected]> | 2022-01-04 15:49:00 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-01-04 15:49:00 +0000 |
commit | 952d0424ab1a130d4365bd9995b03a9fc1ddd81b (patch) | |
tree | 4c5e5d3b7b41a3e3ac1da007c47a0189e0e1df0f /src/ui/MainWindow.h | |
parent | <feature, fix, refactor>(core, ui): fixed known bugs for v2.0.4-beta.1 and ad... (diff) | |
download | GpgFrontend-952d0424ab1a130d4365bd9995b03a9fc1ddd81b.tar.gz GpgFrontend-952d0424ab1a130d4365bd9995b03a9fc1ddd81b.zip |
<fix, refactor>(core, ui): fixed known bugs for v2.0.4-beta.1.
1. fixed proxy settings ui.
2. fixed send mail settings ui.
3. fixed uncaught exception handling.
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 |