Skip to content

Commit

Permalink
Switching usage of the "collapsed" and "expanded" icons in the Frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenneker committed Oct 29, 2024
1 parent dc429e6 commit c066eb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uvls/src/webview/frontend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -377,11 +377,11 @@ fn FileEntry(cx: Scope, node: UIEntry, leaf: bool, sym: ModuleSymbol, tag: u8) -
ui_task.send(UIAction::ToggleEntry(*sym,*tag))
},
if node.open{
rsx!{Icon{icon:Icon::Collapse}}
rsx!{Icon{icon:Icon::Expand}}

}
else{
rsx!{Icon{icon:Icon::Expand}}
rsx!{Icon{icon:Icon::Collapse}}

}
}
Expand Down

0 comments on commit c066eb1

Please sign in to comment.