mirror of
https://github.com/forkless/NotAlterra.git
synced 2026-08-22 02:38:38 +02:00
Shift type column 6 left
This commit is contained in:
Executable
BIN
Binary file not shown.
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user