mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-23 04:57:44 +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
|
||||
|
||||
#ifdef ENABLE_GAMEMODE
|
||||
if (isGame && profile.useGamemode) {
|
||||
if (isGame && profile.gamemodeEnabled()) {
|
||||
gamemode_request_start();
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue