Minor fixes and QoL improvements

This commit is contained in:
helldh 2026-03-06 19:39:36 +03:00
parent 230e23a70a
commit d21d999a97
3 changed files with 6 additions and 3 deletions

View file

@ -32,4 +32,4 @@ class NavigateRequest:
context: Data to pass to the destination window.
"""
target: str
context: NavigationContext
context: NavigationContext = field(default_factory=NavigationContext)