From 05df68b1331dbfdf9aff98139a9a1f96f147e651 Mon Sep 17 00:00:00 2001 From: Mike Skec Date: Sat, 2 Jan 2021 12:20:34 +1100 Subject: 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 --- 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 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 -- cgit v1.2.3