diff options
author | 2021-04-05 09:52:28 +0530 | |
---|---|---|
committer | 2021-04-05 09:52:28 +0530 | |
commit | b36d68f0f3e066226c30ac51127e80e07bcc158a (patch) | |
tree | bb2d535e27b701dcad4e4d58fd7276df5d73ab4b /src/mainwindow.h | |
parent | 6805310b65751f52bff954e3d2e78036a6e5c5a9 (diff) | |
download | whatsie-b36d68f0f3e066226c30ac51127e80e07bcc158a.tar.gz whatsie-b36d68f0f3e066226c30ac51127e80e07bcc158a.zip |
fixed dark style bg color,
update system tray menu according to window state,
restore window geometry after minimizing to tray.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 367d18a..fb68e11 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -102,6 +102,7 @@ private slots: void createWebPage(bool offTheRecord =false); void init_settingWidget(); void init_globalWebProfile(); + void check_window_state(); }; #endif // MAINWINDOW_H |