fix: add relevance gate state defaults

This commit is contained in:
2026-04-09 11:42:16 -04:00
parent 16004af7c1
commit daf3d46eeb

View File

@@ -56,6 +56,18 @@ pendingSelfHostedFocus: Optional[Any] = None # Actually: Optional[Atspi.Accessi
#
activeWindow: Optional[Any] = None # Actually: Optional[Atspi.Accessible]
# The latest compositor snapshot.
#
compositorSnapshot: Optional[Any] = None
# Whether AT-SPI churn should be paused for compositor transitions.
#
pauseAtspiChurn: bool = False
# The desktop-context token that should be prioritized next.
#
prioritizedDesktopContextToken: Optional[str] = None
# The currently active script.
#
activeScript: Optional[Any] = None # Actually: Optional[Script]