diff options
| author | Mike Skec <skec@protonmail.ch> | 2020-12-31 16:48:22 +1100 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2020-12-31 10:57:55 +0100 |
| commit | 0ab1c12b436f4363d03ace1420b91cba1b9b0d50 (patch) | |
| tree | ce6bcd003eb3be699340b831813b3e92c33526df /src/mainwindow.hpp | |
| parent | 8f1de0d980deeeb6e697548ff0ae62d1eee662b8 (diff) | |
| download | kristall-0ab1c12b436f4363d03ace1420b91cba1b9b0d50.tar.gz | |
Prevents URL bar styles appearing strange in settings dialog after changing theme.
do this by removing style while settings window is open
Diffstat (limited to 'src/mainwindow.hpp')
| -rw-r--r-- | src/mainwindow.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.hpp b/src/mainwindow.hpp index 6ac1066..f816281 100644 --- a/src/mainwindow.hpp +++ b/src/mainwindow.hpp @@ -101,6 +101,8 @@ private: public: QApplication * application; + + bool settings_visible; private: Ui::MainWindow *ui; |
