Fix 2625 - server profile selection (#2647)
This commit is contained in:
parent
74f4fb02cd
commit
0fc9d6f4f4
|
|
@ -31,7 +31,7 @@ class ServerProfile(Profile):
|
||||||
|
|
||||||
match choice.type_:
|
match choice.type_:
|
||||||
case MenuSelectionType.Selection:
|
case MenuSelectionType.Selection:
|
||||||
self.set_current_selection(choice.value) # type: ignore
|
self.current_selection = choice.value # type: ignore
|
||||||
return SelectResult.NewSelection
|
return SelectResult.NewSelection
|
||||||
case MenuSelectionType.Skip:
|
case MenuSelectionType.Skip:
|
||||||
return SelectResult.SameSelection
|
return SelectResult.SameSelection
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue