fix terminal restore

This commit is contained in:
Robin Appelman 2025-07-01 15:01:25 +02:00
commit 1b128bf177

View file

@ -54,6 +54,8 @@ pub fn run_ui(app: App) -> Result<(), UiError> {
}
}
let _ = restore_tui();
Ok(())
}