diff options
author | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-02-09 16:19:38 -0700 |
---|---|---|
committer | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-03-20 14:56:32 -0700 |
commit | bc8336a4b115fd190e068f57159d925683ba3930 (patch) | |
tree | 20fb544508a3b7d94cb0e522812720052ca7cac3 /launcher/DesktopServices.cpp | |
parent | 397e7f036339b09569317300423261f2b37d6119 (diff) | |
download | PrismLauncher-bc8336a4b115fd190e068f57159d925683ba3930.tar.gz PrismLauncher-bc8336a4b115fd190e068f57159d925683ba3930.tar.bz2 PrismLauncher-bc8336a4b115fd190e068f57159d925683ba3930.zip |
fix: cleanup UI, detect FAT and turn off links
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher/DesktopServices.cpp')
-rw-r--r-- | launcher/DesktopServices.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/launcher/DesktopServices.cpp b/launcher/DesktopServices.cpp index 69770e99..2984a1b4 100644 --- a/launcher/DesktopServices.cpp +++ b/launcher/DesktopServices.cpp @@ -37,7 +37,6 @@ #include <QDesktopServices> #include <QProcess> #include <QDebug> -//#include "Application.h" /** * This shouldn't exist, but until QTBUG-9328 and other unreported bugs are fixed, it needs to be a thing. |