aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorLibravatar Keshav <keshavnrj@gmail.com>2022-03-20 13:40:33 +0530
committerLibravatar Keshav <keshavnrj@gmail.com>2022-03-20 13:40:33 +0530
commitc5bf7a98f5f85eb3af53630b424c6a5d42868621 (patch)
tree565f793ca567d1be6fdab0412f321a8692c98f21 /src/mainwindow.h
parent51ac5fdaabfb45efd94e31b9fdadd489117a8baa (diff)
downloadwhatsie-c5bf7a98f5f85eb3af53630b424c6a5d42868621.tar.gz
whatsie-c5bf7a98f5f85eb3af53630b424c6a5d42868621.zip
feat: start application minimized. closes #19
- there is a setting to enable this feature
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 7676cb0..5ffe9b1 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -49,7 +49,7 @@ public slots:
void handleLoadFinished(bool loaded);
void handleDownloadRequested(QWebEngineDownloadItem *download);
void loadAppWithArgument(const QString &arg);
-
+ void runMinimized();
protected slots:
void closeEvent(QCloseEvent *event) override;
void resizeEvent(QResizeEvent *event) override;