add comment

This commit is contained in:
yggverse 2024-12-11 07:07:28 +02:00
parent 6e79690636
commit 4cd4026a39

View File

@ -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
}