diff --git a/booru_viewer/gui/settings.py b/booru_viewer/gui/settings.py index 40d8116..7a361ab 100644 --- a/booru_viewer/gui/settings.py +++ b/booru_viewer/gui/settings.py @@ -825,5 +825,7 @@ class SettingsDialog(QDialog): self._db.add_blacklisted_tag(tag) if self._file_dialog_combo is not None: self._db.set_setting("file_dialog_platform", self._file_dialog_combo.currentText()) + from .dialogs import reset_gtk_cache + reset_gtk_cache() self.settings_changed.emit() self.accept()