aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorLibravatar keshavbhatt <keshavnrj@gmail.com>2021-04-06 02:38:48 +0530
committerLibravatar keshavbhatt <keshavnrj@gmail.com>2021-04-06 02:38:48 +0530
commit85e3f22fa8f3215e28bffdf6453898d4b1e5b1bd (patch)
tree7a2a74cad01d208e82416f06d85d2f938631409c /src/mainwindow.h
parent1334af392bd4247c59bc3f875a030a44ea6e74c1 (diff)
downloadwhatsie-85e3f22fa8f3215e28bffdf6453898d4b1e5b1bd.tar.gz
whatsie-85e3f22fa8f3215e28bffdf6453898d4b1e5b1bd.zip
bypass browser upgrade page.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 7614c5f..89c3e3f 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -82,6 +82,7 @@ private:
Lock *lockWidget = nullptr;
+ int correctlyLoaderRetries = 4;
private slots:
@@ -111,6 +112,9 @@ private slots:
void check_window_state();
void init_lock();
void lockApp();
+
+
+ void checkLoadedCorrectly();
};
#endif // MAINWINDOW_H