Skip to content

Commit

Permalink
Fix missing parentheses in default value of gamemode option.
Browse files Browse the repository at this point in the history
  • Loading branch information
openglfreak authored and strycore committed Jul 21, 2020
1 parent 11e254b commit c00fc96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lutris/sysoptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def get_vk_icd_choices():
{
"option": "gamemode",
"type": "bool",
"default": system.LINUX_SYSTEM.gamemode_available,
"default": system.LINUX_SYSTEM.gamemode_available(),
"condition": system.LINUX_SYSTEM.gamemode_available,
"label": _("Enable Feral gamemode"),
"help": _("Request a set of optimisations be temporarily applied to the host OS"),
Expand Down

0 comments on commit c00fc96

Please sign in to comment.