Skip to content

Commit

Permalink
switch to standby active state if overlay crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas committed Nov 18, 2024
1 parent bd4bb83 commit 67a4c5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hhd/plugins/overlay/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,8 @@ def loop_manage_overlay(
emit.grab(False)
if wake_handler:
wake_handler.close()
# Make sure we leave on the active state
standby_transition("active")


class OverlayService:
Expand Down

0 comments on commit 67a4c5c

Please sign in to comment.