Shift type column 6 left

This commit is contained in:
2026-06-01 02:08:35 +02:00
parent 6bf7cc84e7
commit 1cd4a49210
2 changed files with 1 additions and 1 deletions
Executable
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -434,7 +434,7 @@ fn action_recover_bak<B: Backend>(terminal: &mut Terminal<B>, app: &mut App) ->
let save_type = if s.is_online { "Multi" } else { "Single" };
let playtime = format_playtime(s.playtime_seconds);
format!(
" {:<8} {:<22} {:<7} {:<8} {:>6} {}",
" {:<8} {:<16} {:<6} {:<8} {:>6} {}",
label_col,
name_col,
save_type,