1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-20 11:47:46 +00:00

Fix mysterious crash on Windows

This commit is contained in:
Joshua Goins 2022-03-14 19:04:23 +00:00
parent 1aa1d10d07
commit 94a740a1d3

View file

@ -586,6 +586,8 @@ QString LauncherCore::getDefaultWinePrefixPath() {
#if defined(Q_OS_LINUX) #if defined(Q_OS_LINUX)
return QDir::homePath() + "/.wine"; return QDir::homePath() + "/.wine";
#endif #endif
return "";
} }
QString LauncherCore::getDefaultGamePath() { QString LauncherCore::getDefaultGamePath() {