mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
add comment
This commit is contained in:
parent
6e79690636
commit
4cd4026a39
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ impl Widget {
|
|||
entry.connect_icon_release({
|
||||
let tab_action = tab_action.clone();
|
||||
move |this, position| match position {
|
||||
EntryIconPosition::Primary => tab_action.ident.activate(),
|
||||
EntryIconPosition::Primary => tab_action.ident.activate(), // @TODO PrimaryIcon impl
|
||||
EntryIconPosition::Secondary => tab_action.load.activate(Some(&this.text()), true),
|
||||
_ => todo!(), // unexpected
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue