diff options
author | TheKodeToad <TheKodeToad@proton.me> | 2023-07-20 11:51:44 +0100 |
---|---|---|
committer | TheKodeToad <TheKodeToad@proton.me> | 2023-07-20 11:54:15 +0100 |
commit | 842f08dcfc29d24cae13c25264e67375dd069e27 (patch) | |
tree | 6ddab902a2a2a994b2518744074726c220f695d2 /launcher/Application.h | |
parent | 960093700a9daa4e2115d4663ab486a5dd1a4757 (diff) | |
download | PrismLauncher-842f08dcfc29d24cae13c25264e67375dd069e27.tar.gz PrismLauncher-842f08dcfc29d24cae13c25264e67375dd069e27.tar.bz2 PrismLauncher-842f08dcfc29d24cae13c25264e67375dd069e27.zip |
(UX) Add open folder button next to combo boxes
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
Diffstat (limited to 'launcher/Application.h')
-rw-r--r-- | launcher/Application.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/launcher/Application.h b/launcher/Application.h index 0b953f0a..b8996022 100644 --- a/launcher/Application.h +++ b/launcher/Application.h @@ -119,15 +119,7 @@ public: QIcon getThemedIcon(const QString& name); - void setIconTheme(const QString& name); - - void applyCurrentlySelectedTheme(bool initial = false); - - QList<ITheme*> getValidApplicationThemes(); - - QList<IconTheme*> getValidIconThemes(); - - void setApplicationTheme(const QString& name); + ThemeManager* themeManager() { return m_themeManager.get(); } shared_qobject_ptr<ExternalUpdater> updater() { return m_updater; |