diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-31 22:56:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-31 22:56:07 +0100 |
commit | 7086b1e65ceab38c823542af2c652726d2ad1e09 (patch) | |
tree | 94843563751681d535478ab61e714a8023ac0b45 /launcher/Application.cpp | |
parent | c8adc4e356c4ff879bb720ecf5abb6e719e38818 (diff) | |
parent | f2d445d27b1052a038cd94a5c514cee807abd894 (diff) | |
download | PrismLauncher-7086b1e65ceab38c823542af2c652726d2ad1e09.tar.gz PrismLauncher-7086b1e65ceab38c823542af2c652726d2ad1e09.tar.bz2 PrismLauncher-7086b1e65ceab38c823542af2c652726d2ad1e09.zip |
Merge pull request #351 from Scrumplex/fix-trash
Diffstat (limited to 'launcher/Application.cpp')
-rw-r--r-- | launcher/Application.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/launcher/Application.cpp b/launcher/Application.cpp index 38613280..2da8ac56 100644 --- a/launcher/Application.cpp +++ b/launcher/Application.cpp @@ -1137,15 +1137,6 @@ std::vector<ITheme *> Application::getValidApplicationThemes() return ret; } -bool Application::isFlatpak() -{ - #ifdef Q_OS_LINUX - return QFile::exists("/.flatpak-info"); - #else - return false; - #endif -} - void Application::setApplicationTheme(const QString& name, bool initial) { auto systemPalette = qApp->palette(); |