diff options
| author | Mike Skec <skec@protonmail.ch> | 2021-01-02 12:20:34 +1100 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2021-01-02 12:41:49 +0100 |
| commit | 05df68b1331dbfdf9aff98139a9a1f96f147e651 (patch) | |
| tree | 3f84db83e289a37166ef84fe7422f668ef8a92d9 /src/browsertab.hpp | |
| parent | b35e6959aef83d9d0873621513d7d7d33d9f141e (diff) | |
| download | kristall-05df68b1331dbfdf9aff98139a9a1f96f147e651.tar.gz | |
Fix bug with fancy url bar styling
We are now also using a custom colour for it in the default light/dark themes, just because we can get a little more control over how it looks. The OS Default theme uses the 'mid' colour from palette
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 cbb21c4..2b3854e 100644 --- a/src/browsertab.hpp +++ b/src/browsertab.hpp @@ -207,6 +207,8 @@ public: bool needs_rerender; QString page_title; + + bool no_url_style = false; }; #endif // BROWSERTAB_HPP |
