fix secondary icon activation

This commit is contained in:
yggverse 2025-01-30 17:36:29 +02:00
parent 963efd8793
commit cef994cfbe

View file

@ -87,9 +87,7 @@ impl Request for Entry {
this.show_identity_dialog(&profile)
}
}
EntryIconPosition::Secondary => {
this.activate();
}
EntryIconPosition::Secondary => this.emit_activate(),
_ => todo!(), // unexpected
}
});