qtui: Hide "fallback" and "Override" if no system theme is configured
[quassel.git] / src / qtui / qtui.cpp
index 2cfc810..7b658b9 100644 (file)
@@ -290,6 +290,12 @@ std::vector<std::pair<QString, QString>> QtUi::availableIconThemes() const
 }
 
 
+QString QtUi::systemIconTheme() const
+{
+    return _systemIconTheme;
+}
+
+
 void QtUi::setupIconTheme()
 {
     // Add paths to our own icon sets to the theme search paths