make sure the first option (Auto) is set as the default for our ICD list instead of being blank

This commit is contained in:
Thomas Crider 2021-11-04 00:58:12 -06:00 committed by Mathieu Comandon
parent 2dd0f9c11a
commit d77f17be23

View file

@ -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,