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) this.show_identity_dialog(&profile)
} }
} }
EntryIconPosition::Secondary => { EntryIconPosition::Secondary => this.emit_activate(),
this.activate();
}
_ => todo!(), // unexpected _ => todo!(), // unexpected
} }
}); });