mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Apply suggestions from code review
Co-authored-by: LennyMcLennington <lenny@sneed.church>
This commit is contained in:
parent
ca8b62291f
commit
5d1ca33b84
2 changed files with 3 additions and 3 deletions
|
|
@ -294,7 +294,7 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv)
|
|||
}
|
||||
else
|
||||
{
|
||||
#if !Launcher_PORTABLE || defined(Q_OS_MAC)
|
||||
#if !defined(LAUNCHER_PORTABLE) || defined(Q_OS_MAC)
|
||||
QDir foo(FS::PathCombine(QStandardPaths::writableLocation(QStandardPaths::AppDataLocation), ".."));
|
||||
dataPath = foo.absolutePath();
|
||||
adjustedBy += dataPath;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue