diff options
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. |
