diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-30 18:54:52 +0100 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-31 11:34:46 +0100 |
commit | 29d362a6e08f28ac48e737510a17ae7b3b717850 (patch) | |
tree | 3c13d4cfc5c3bc619daad3f7f32ef3d94c0bc84d /launcher/Application.h | |
parent | b4be28b9bb29609212b398a5f46ee4dbc400cf2d (diff) | |
download | PrismLauncher-29d362a6e08f28ac48e737510a17ae7b3b717850.tar.gz PrismLauncher-29d362a6e08f28ac48e737510a17ae7b3b717850.tar.bz2 PrismLauncher-29d362a6e08f28ac48e737510a17ae7b3b717850.zip |
fix: do not trash instances in Flatpak
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'launcher/Application.h')
-rw-r--r-- | launcher/Application.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/launcher/Application.h b/launcher/Application.h index c453cc28..8fa0ab10 100644 --- a/launcher/Application.h +++ b/launcher/Application.h @@ -116,8 +116,6 @@ public: QIcon getThemedIcon(const QString& name); - bool isFlatpak(); - void setIconTheme(const QString& name); std::vector<ITheme *> getValidApplicationThemes(); |