mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
fix secondary icon activation
This commit is contained in:
parent
963efd8793
commit
cef994cfbe
1 changed files with 1 additions and 3 deletions
|
|
@ -87,9 +87,7 @@ impl Request for Entry {
|
|||
this.show_identity_dialog(&profile)
|
||||
}
|
||||
}
|
||||
EntryIconPosition::Secondary => {
|
||||
this.activate();
|
||||
}
|
||||
EntryIconPosition::Secondary => this.emit_activate(),
|
||||
_ => todo!(), // unexpected
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue