Skip to content

Commit

Permalink
fix searching on control panel preferences list
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Mar 20, 2024
1 parent d310650 commit a0c66cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/control-panel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ function PreferencesTab:refresh()
local text = make_preference_text(data.label, data.default, data.get_fn())
table.insert(choices, {
text=text,
search_key=text[#text],
search_key=data.label,
data=data
})
end
Expand Down

0 comments on commit a0c66cb

Please sign in to comment.