Procházet zdrojové kódy

bin/tau: change workspace color in table to default

Dastan-glitch před 4 roky
rodič
revize
e6b78d414e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      bin/tau/tau-cli/src/view.rs

+ 1 - 1
bin/tau/tau-cli/src/view.rs

@@ -82,7 +82,7 @@ pub fn print_task_list(tasks: Vec<TaskInfo>, filters: Vec<String>) -> Result<()>
         ]));
     }
 
-    let mut ws_table = table!([Fb => workspace]);
+    let mut ws_table = table!([workspace]);
     ws_table.set_format(
         FormatBuilder::new()
             .padding(1, 1)