Skip to content

Commit

Permalink
Fix freeze after Onboarding
Browse files Browse the repository at this point in the history
  • Loading branch information
mzebrak committed Oct 10, 2024
1 parent aa1034a commit 58f1e06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async def previous_screen(self) -> None:

@on(CliveButton.Pressed, "#finish-button")
async def finish(self) -> None:
await self.action_finish()
self.app.run_worker(self.action_finish())

async def action_finish(self) -> None:
await self._owner.execute_post_actions()
Expand Down

0 comments on commit 58f1e06

Please sign in to comment.