Add session memory, resize mode tabs, improved output summary

This commit is contained in:
2026-03-06 12:44:16 +02:00
parent 9efcbd082e
commit 3284e066a0
4 changed files with 195 additions and 48 deletions

View File

@@ -163,6 +163,7 @@ fn save_and_load_session() {
window_width: Some(1024),
window_height: Some(768),
window_maximized: false,
..Default::default()
};
session_store.save(&session).unwrap();