diff options
| author | Mike Skec <skec@protonmail.ch> | 2021-02-21 07:48:45 +1100 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2021-02-23 11:31:33 +0100 |
| commit | 31426ba0effc29f25f1aa69be784533e1b022ee6 (patch) | |
| tree | c82bc13c7c07cfef773f7851bf346c170f04a885 /src/mainwindow.cpp | |
| parent | 804592dd57a8444e0e54d5c31b28bc646a3fdb9a (diff) | |
| download | kristall-31426ba0effc29f25f1aa69be784533e1b022ee6.tar.gz | |
Add light icons for favourite/certificate buttons for dark themes
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 1 |
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. |
