diff options
Diffstat (limited to 'src/browsertab.hpp')
| -rw-r--r-- | src/browsertab.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/browsertab.hpp b/src/browsertab.hpp index 868e519..e862749 100644 --- a/src/browsertab.hpp +++ b/src/browsertab.hpp @@ -257,6 +257,9 @@ public: RequestState request_state; DocumentStyle current_style; + + //! If set, `on_requestComplete` will navigate to the fragment of the url. + bool navigate_to_fragment = false; }; #endif // BROWSERTAB_HPP |
