aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorLibravatar Keshav Bhatt <keshavnrj@gmail.com>2022-05-10 17:34:33 +0530
committerLibravatar Keshav Bhatt <keshavnrj@gmail.com>2022-05-10 17:34:33 +0530
commit391171583a00d04b3f2fcfb57b9c9743ae286728 (patch)
tree393876014ff06371bdff7acabe97b3eb6fc86afc /src/mainwindow.h
parent1d950cd8bd6fbe3ad7dde1f78fd984dff6d7d25d (diff)
downloadwhatsie-391171583a00d04b3f2fcfb57b9c9743ae286728.tar.gz
whatsie-391171583a00d04b3f2fcfb57b9c9743ae286728.zip
chore: restore window directly when another instance is launched
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 c925697..2c580b6 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -50,7 +50,7 @@ public slots:
void handleDownloadRequested(QWebEngineDownloadItem *download);
void loadAppWithArgument(const QString &arg);
void runMinimized();
- void alreadyRunning();
+ void alreadyRunning(bool notify = false);
protected slots:
void closeEvent(QCloseEvent *event) override;
void resizeEvent(QResizeEvent *event) override;