mirror of
https://github.com/lutris/lutris
synced 2024-11-02 08:20:51 +00:00
make sure the first option (Auto) is set as the default for our ICD list instead of being blank
This commit is contained in:
parent
2dd0f9c11a
commit
d77f17be23
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ system_options = [ # pylint: disable=invalid-name
|
|||
{
|
||||
"option": "vk_icd",
|
||||
"type": "choice",
|
||||
"default": "",
|
||||
"default": get_vk_icd_choices()[0][1],
|
||||
"choices": get_vk_icd_choices,
|
||||
"label": _("Vulkan ICD loader"),
|
||||
"advanced": True,
|
||||
|
|
Loading…
Reference in a new issue