From d2987e47b8b55d0d87bc1ed268b87cb0c1c1b5f6 Mon Sep 17 00:00:00 2001 From: Mike Skec Date: Wed, 17 Mar 2021 16:15:39 +1100 Subject: sessions: fix lazyload bug --- src/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainwindow.cpp') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 9f7eb21..ba2979a 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -387,6 +387,7 @@ void MainWindow::on_browser_tabs_currentChanged(int index) if (tab->lazy_loading) { tab->reloadPage(); + tab->lazy_loading = false; } this->setRequestState(tab->request_state); -- cgit v1.2.3