(no commit message provided)
This commit is contained in:
committed by
Andrew Phillips (aider)
parent
9ba3a31e95
commit
7db2a2ab75
@@ -100,7 +100,7 @@ pub fn mode_status(
|
||||
true => Cell::new("Yes").with_style(Attr::ForegroundColor(color::GREEN)),
|
||||
false => Cell::new("No"),
|
||||
},
|
||||
match compression_program.program.eq("") {
|
||||
match compression_program.program.is_empty() {
|
||||
true => {
|
||||
Cell::new("<INTERNAL>").with_style(Attr::ForegroundColor(color::BRIGHT_BLACK))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user