From 85e3f22fa8f3215e28bffdf6453898d4b1e5b1bd Mon Sep 17 00:00:00 2001 From: keshavbhatt Date: Tue, 6 Apr 2021 02:38:48 +0530 Subject: bypass browser upgrade page. --- src/mainwindow.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mainwindow.h') 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 -- cgit v1.2.3