mirror of
https://github.com/forkless/NotAlterra.git
synced 2026-08-18 17:22:32 +02:00
Fixed save type column alignment in picker
This commit is contained in:
+1
-1
@@ -433,7 +433,7 @@ fn action_recover_bak<B: Backend>(terminal: &mut Terminal<B>, app: &mut App) ->
|
||||
let date = s.mtime.as_deref().unwrap_or("?");
|
||||
let save_type = if s.is_online { "Multiplayer" } else { "Single Player" };
|
||||
format!(
|
||||
" {:<8} {:<26} {:<15} {:>6} {}",
|
||||
" {:<8} {:<26} {:<13} {:>6} {}",
|
||||
label_col,
|
||||
name_col,
|
||||
save_type,
|
||||
|
||||
Reference in New Issue
Block a user