From 31426ba0effc29f25f1aa69be784533e1b022ee6 Mon Sep 17 00:00:00 2001 From: Mike Skec Date: Sun, 21 Feb 2021 07:48:45 +1100 Subject: Add light icons for favourite/certificate buttons for dark themes --- src/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainwindow.cpp') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 2851c84..64f5fab 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -438,6 +438,7 @@ void MainWindow::on_actionSettings_triggered() { BrowserTab *t = this->tabAt(i); t->refreshOptionalToolbarItems(); + t->refreshToolbarIcons(); t->needs_rerender = true; } // Re-render the currently-open tab if we have one. -- cgit v1.2.3