aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
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);