diff options
| author | Mike Skec <skec@protonmail.ch> | 2021-03-17 16:01:52 +1100 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2021-03-17 09:49:58 +0100 |
| commit | 1f8ecb6d05976e6dc8be01ba1a6f3068ed351971 (patch) | |
| tree | beacfe2d91914136d08690b583398e6497314e47 /src/browsertab.hpp | |
| parent | 489512210b80e0bb441df27ead735722c9c68da2 (diff) | |
| download | kristall-1f8ecb6d05976e6dc8be01ba1a6f3068ed351971.tar.gz | |
sessions: add 'lazyloading' for restored tabs
Diffstat (limited to 'src/browsertab.hpp')
| -rw-r--r-- | src/browsertab.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
