Fix clippy
Co-authored-by: Ben Brandt <benjamin.j.brandt@gmail.com>
This commit is contained in:
parent
e14238728a
commit
e773919250
1 changed files with 1 additions and 1 deletions
|
@ -2012,7 +2012,7 @@ impl AcpThreadView {
|
|||
.label_size(LabelSize::Small)
|
||||
.color(Color::Muted)
|
||||
.truncate(true)
|
||||
.when(!is_file.is_some(), |this| {
|
||||
.when(is_file.is_none(), |this| {
|
||||
this.icon(IconName::ArrowUpRight)
|
||||
.icon_size(IconSize::XSmall)
|
||||
.icon_color(Color::Muted)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue