diff options
author | 2022-07-04 23:21:32 +0530 | |
---|---|---|
committer | 2022-07-04 23:21:32 +0530 | |
commit | 6c6275c34bfc4d1e37dfa50495c977af485f9cf0 (patch) | |
tree | a0c927fac781ecb1eddba0ec3eb7d8af338cba56 /src/mainwindow.h | |
parent | 974933d025cbfee79fe4f987ad62272621e7e373 (diff) | |
download | whatsie-6c6275c34bfc4d1e37dfa50495c977af485f9cf0.tar.gz whatsie-6c6275c34bfc4d1e37dfa50495c977af485f9cf0.zip |
fix(web): bypass lock check while loading quirk
- just reload without asking while loading quirks
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index f8a4ff5..76abe86 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -55,7 +55,7 @@ public slots: void alreadyRunning(bool notify = false); void notify(QString title, QString message); void toggleTheme(); - void doReload(bool byPassCache = false, bool isAskedByCLI = false); + void doReload(bool byPassCache = false, bool isAskedByCLI = false, bool byLoadingQuirk = false); void newChat(); protected slots: void closeEvent(QCloseEvent *event) override; |