aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorMike Skec <skec@protonmail.ch>2021-03-17 16:15:39 +1100
committerFelix Queißner <felix@ib-queissner.de>2021-03-17 09:49:58 +0100
commitd2987e47b8b55d0d87bc1ed268b87cb0c1c1b5f6 (patch)
tree0309b6b678e9287f4a8585b2368f3201fa4f5ced /src/mainwindow.cpp
parent1b41d31c6434feb6aa77fac8ba3fea1c9a16eaf7 (diff)
downloadkristall-d2987e47b8b55d0d87bc1ed268b87cb0c1c1b5f6.tar.gz
sessions: fix lazyload bug
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);