somewhat stable

This commit is contained in:
2026-04-10 11:47:15 -03:00
parent e2ca18d120
commit 27c0181d77
6 changed files with 47 additions and 28 deletions

View File

@@ -508,7 +508,8 @@ class ChtWindow(Adw.ApplicationWindow):
self._connect_btn.add_css_class("suggested-action")
if reload_session and last_session_id:
# Transition to review mode — _load_session handles UI setup
# Stop live player before transitioning to review mode
self._monitor.reset()
self._load_session(last_session_id)
return