aboutsummaryrefslogtreecommitdiff
path: root/launcher/Application.cpp
diff options
context:
space:
mode:
authorTheKodeToad <TheKodeToad@proton.me>2023-07-18 22:50:43 +0100
committerTheKodeToad <TheKodeToad@proton.me>2023-07-18 22:51:34 +0100
commit97662f5c8ecdf32403939e427c74310f9175fb9e (patch)
tree1370d4efc8a2d8f03eaca33981f41d3f7a4877e7 /launcher/Application.cpp
parente8c44e700d68078ec4242347b505ed2bddabbe06 (diff)
downloadPrismLauncher-97662f5c8ecdf32403939e427c74310f9175fb9e.tar.gz
PrismLauncher-97662f5c8ecdf32403939e427c74310f9175fb9e.tar.bz2
PrismLauncher-97662f5c8ecdf32403939e427c74310f9175fb9e.zip
Multiple icon themes!
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
Diffstat (limited to 'launcher/Application.cpp')
-rw-r--r--launcher/Application.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/launcher/Application.cpp b/launcher/Application.cpp
index d6c135de..df8a2363 100644
--- a/launcher/Application.cpp
+++ b/launcher/Application.cpp
@@ -1163,6 +1163,11 @@ QList<ITheme*> Application::getValidApplicationThemes()
return m_themeManager->getValidApplicationThemes();
}
+QList<IconTheme*> Application::getValidIconThemes()
+{
+ return m_themeManager->getValidIconThemes();
+}
+
void Application::applyCurrentlySelectedTheme(bool initial)
{
m_themeManager->applyCurrentlySelectedTheme(initial);