diff --git a/launcher/src/launchercore.cpp b/launcher/src/launchercore.cpp index bf0e192..7207b3d 100755 --- a/launcher/src/launchercore.cpp +++ b/launcher/src/launchercore.cpp @@ -206,7 +206,7 @@ void LauncherCore::launchExecutable(const Profile &profile, QProcess *process, c #endif #ifdef ENABLE_GAMEMODE - if (isGame && profile.useGamemode) { + if (isGame && profile.gamemodeEnabled()) { gamemode_request_start(); } #endif