X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fqtui.cpp;h=d899ba8e5858e1422843d1320ea72e896eb6db51;hp=a37bc404741548fbadef7aab86d69ade050700aa;hb=932ab289c1482a8069cc320a16aca9216058523a;hpb=5941a9d24333401874e051c349b391e2bcac0e0d diff --git a/src/qtui/qtui.cpp b/src/qtui/qtui.cpp index a37bc404..d899ba8e 100644 --- a/src/qtui/qtui.cpp +++ b/src/qtui/qtui.cpp @@ -345,7 +345,7 @@ void QtUi::refreshIconTheme() } } - if (_systemIconTheme.isEmpty() || _systemIconTheme == fallbackTheme || s.value("Icons/OverrideSystemTheme", false).toBool()) { + if (_systemIconTheme.isEmpty() || _systemIconTheme == fallbackTheme || s.value("Icons/OverrideSystemTheme", true).toBool()) { // We have a valid fallback theme and want to override the system theme (if it's even defined), so we're basically done QIcon::setThemeName(fallbackTheme); emit iconThemeRefreshed();