X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fqtui.cpp;h=d899ba8e5858e1422843d1320ea72e896eb6db51;hb=c95649029bee1418b77ea2028f06b850759c7423;hp=d849fc5597e003c301f15b25fe0ba08ffb5dcfa0;hpb=470591c38960f9107d4808a81b0cae95cfe9c3e8;p=quassel.git diff --git a/src/qtui/qtui.cpp b/src/qtui/qtui.cpp index d849fc55..d899ba8e 100644 --- a/src/qtui/qtui.cpp +++ b/src/qtui/qtui.cpp @@ -274,7 +274,7 @@ std::vector> QtUi::availableIconThemes() const static const std::vector> supported { { "breeze", tr("Breeze") }, { "breeze-dark", tr("Breeze Dark") }, -#ifdef WITH_OYGEN_ICONS +#ifdef WITH_OXYGEN_ICONS { "oxygen", tr("Oxygen") } #endif }; @@ -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();