Fix call to removed function in DesktopProfile class (#2596)

* Update Spanish translation for 'greeter'

* Moved the os.execve call below the debug logging statement in SysCommandWorker

* Fix call to removed function in DesktopProfile class
This commit is contained in:
Daniel E Rodriguez Rivera 2024-07-30 06:55:34 -05:00 committed by GitHub
parent a5fd20595d
commit 74ba8fb3b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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