From 1f8ecb6d05976e6dc8be01ba1a6f3068ed351971 Mon Sep 17 00:00:00 2001 From: Mike Skec Date: Wed, 17 Mar 2021 16:01:52 +1100 Subject: sessions: add 'lazyloading' for restored tabs --- src/browsertab.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/browsertab.hpp') diff --git a/src/browsertab.hpp b/src/browsertab.hpp index 16bbfab..337f0f3 100644 --- a/src/browsertab.hpp +++ b/src/browsertab.hpp @@ -250,6 +250,8 @@ public: bool was_read_from_cache = false; + bool lazy_loading = false; + RequestState request_state; DocumentStyle current_style; -- cgit v1.2.3