Skip to content

Commit

Permalink
keep selection if user manually selects result
Browse files Browse the repository at this point in the history
  • Loading branch information
siliconsniffer committed Feb 7, 2025
1 parent cfd2273 commit 153d728
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builtin/mainmenu/tab_online.lua
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,7 @@ local function main_button_handler(tabview, fields, name, tabdata)
end
if event.type == "CHG" then
set_selected_server(server)
pre_search_selection = nil
return true
end
end
Expand Down

0 comments on commit 153d728

Please sign in to comment.