Skip to content

Commit

Permalink
Make Locale dropdown searchable (fixes #4933)
Browse files Browse the repository at this point in the history
  • Loading branch information
kekkoudesu authored and strycore committed Aug 9, 2023
1 parent 6797f97 commit 259c4f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lutris/sysoptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,10 +495,10 @@ def get_vk_icd_choices():
{
"section": "Game execution",
"option": "locale",
"type": "choice",
"type": "choice_with_search",
"label": _("Locale"),
"choices": (
get_locale_choices()
get_locale_choices
),
"default": "",
"advanced": False,
Expand Down

0 comments on commit 259c4f4

Please sign in to comment.