diff --git a/src/launchercore.cpp b/src/launchercore.cpp index 5c85270..a24d448 100755 --- a/src/launchercore.cpp +++ b/src/launchercore.cpp @@ -332,6 +332,10 @@ void LauncherCore::readInitialInformation() { profile.winePrefixPath = getDefaultWinePrefixPath(); } + if(settings.contains("winePath") && settings.value("winePath").canConvert() && !settings.value("winePath").toString().isEmpty()) { + profile.winePath = settings.value("winePath").toString(); + } + ProfileSettings defaultSettings; // login