aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorMike Skec <skec@protonmail.ch>2021-02-21 07:48:45 +1100
committerFelix Queißner <felix@ib-queissner.de>2021-02-23 11:31:33 +0100
commit31426ba0effc29f25f1aa69be784533e1b022ee6 (patch)
treec82bc13c7c07cfef773f7851bf346c170f04a885 /src/mainwindow.cpp
parent804592dd57a8444e0e54d5c31b28bc646a3fdb9a (diff)
downloadkristall-31426ba0effc29f25f1aa69be784533e1b022ee6.tar.gz
Add light icons for favourite/certificate buttons for dark themes
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
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.