diff options
author | txtsd <thexerothermicsclerodermoid@gmail.com> | 2022-02-15 00:42:14 +0530 |
---|---|---|
committer | txtsd <thexerothermicsclerodermoid@gmail.com> | 2022-02-23 16:22:53 +0530 |
commit | 69d01204e0e1220e196d4a7cb6cfdb41292bc6a9 (patch) | |
tree | 032244e237908b8761e0e65b6051a35e94cc3748 /launcher/Application.cpp | |
parent | 1e3b896fdaa8b557b648397d10166a52a284c4c7 (diff) | |
download | PrismLauncher-69d01204e0e1220e196d4a7cb6cfdb41292bc6a9.tar.gz PrismLauncher-69d01204e0e1220e196d4a7cb6cfdb41292bc6a9.tar.bz2 PrismLauncher-69d01204e0e1220e196d4a7cb6cfdb41292bc6a9.zip |
Implement PR suggestions
Diffstat (limited to 'launcher/Application.cpp')
-rw-r--r-- | launcher/Application.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/launcher/Application.cpp b/launcher/Application.cpp index 16fd612e..fa5d267e 100644 --- a/launcher/Application.cpp +++ b/launcher/Application.cpp @@ -294,8 +294,7 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv) } else { - // qDebug() << LAUNCHER_PORTABLE; -#if !LAUNCHER_PORTABLE || defined(Q_OS_MAC) +#if !Launcher_PORTABLE || defined(Q_OS_MAC) QDir foo(FS::PathCombine(QStandardPaths::writableLocation(QStandardPaths::AppDataLocation), "..")); dataPath = foo.absolutePath(); adjustedBy += dataPath; |