refresh stats after backup, stale CI check in skill

This commit is contained in:
2026-06-09 22:06:20 +02:00
parent 26720269d6
commit 8a8c0b408c
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -918,6 +918,7 @@ fn action_create_backup<B: Backend>(terminal: &mut Terminal<B>, app: &mut App) -
ok_dialog(terminal, app, "Backup Failed", &msg)?;
}
}
refresh_stats(&mut app.tui_state, app.save_folder.as_deref());
Ok(())
}