Fix 2625 - server profile selection (#2647)

This commit is contained in:
Daniel Girtler 2024-08-28 17:41:37 +10:00 committed by GitHub
parent 74f4fb02cd
commit 0fc9d6f4f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class ServerProfile(Profile):
match choice.type_:
case MenuSelectionType.Selection:
self.set_current_selection(choice.value) # type: ignore
self.current_selection = choice.value # type: ignore
return SelectResult.NewSelection
case MenuSelectionType.Skip:
return SelectResult.SameSelection