aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index ce64040..a953411 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -460,6 +460,9 @@ void kristall::setTheme(Theme theme)
kristall::options.fancy_urlbar_dim_colour = QColor(150, 150, 150, 255);
}
+
+ if (main_window && main_window->curTab())
+ main_window->curTab()->updateUrlBarStyle();
}
void kristall::setUiDensity(UIDensity density, bool previewing)