mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-23 12:57:45 +00:00
Fix gamemode build error
This commit is contained in:
parent
16420b7421
commit
42df874078
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ void LauncherCore::launchExecutable(const Profile &profile, QProcess *process, c
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef ENABLE_GAMEMODE
|
#ifdef ENABLE_GAMEMODE
|
||||||
if (isGame && profile.useGamemode) {
|
if (isGame && profile.gamemodeEnabled()) {
|
||||||
gamemode_request_start();
|
gamemode_request_start();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue