mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00
Fix unlock action call on password entry activate
This commit is contained in:
parent
536134bb3a
commit
7076a1e71d
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ impl Window {
|
|||
self_
|
||||
.password_entry
|
||||
.connect_activate(clone!(@weak self as win => move |_| {
|
||||
WidgetExt::activate_action(&win, "unlock", None);
|
||||
WidgetExt::activate_action(&win, "win.unlock", None);
|
||||
}));
|
||||
|
||||
// On each click or key pressed we restart the timeout.
|
||||
|
|
Loading…
Add table
Reference in a new issue