aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorLibravatar keshavbhatt <keshavnrj@gmail.com>2021-04-05 09:52:28 +0530
committerLibravatar keshavbhatt <keshavnrj@gmail.com>2021-04-05 09:52:28 +0530
commitb36d68f0f3e066226c30ac51127e80e07bcc158a (patch)
treebb2d535e27b701dcad4e4d58fd7276df5d73ab4b /src/mainwindow.h
parent6805310b65751f52bff954e3d2e78036a6e5c5a9 (diff)
downloadwhatsie-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.h1
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