diff options
author | dada513 <dada513@protonmail.com> | 2022-03-28 20:55:03 +0200 |
---|---|---|
committer | dada513 <dada513@protonmail.com> | 2022-03-28 20:55:03 +0200 |
commit | 3a7eeff135f92c807fdc066cb06d835f295b66d3 (patch) | |
tree | d2c49cbe36416054584e7f8414c3a0a5c4e1fd5e /launcher/Application.h | |
parent | 424f4a72ffd4d5e6748559d2ce76ec2fd3b4cde1 (diff) | |
download | PrismLauncher-3a7eeff135f92c807fdc066cb06d835f295b66d3.tar.gz PrismLauncher-3a7eeff135f92c807fdc066cb06d835f295b66d3.tar.bz2 PrismLauncher-3a7eeff135f92c807fdc066cb06d835f295b66d3.zip |
Fix
Diffstat (limited to 'launcher/Application.h')
-rw-r--r-- | launcher/Application.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/Application.h b/launcher/Application.h index c3e29ef5..54d9ba5f 100644 --- a/launcher/Application.h +++ b/launcher/Application.h @@ -104,6 +104,8 @@ public: QIcon getThemedIcon(const QString& name); + bool isFlatpak(); + void setIconTheme(const QString& name); std::vector<ITheme *> getValidApplicationThemes(); |