Fix Enter key not extracting password-protected ZIPs
This commit is contained in:
parent
34a33df5fc
commit
feefb64705
1 changed files with 1 additions and 0 deletions
|
|
@ -5039,6 +5039,7 @@ impl Application for App {
|
|||
.on_input(move |password| {
|
||||
Message::DialogUpdate(DialogPage::ExtractPassword { id: *id, password })
|
||||
})
|
||||
.on_submit(|_| Message::DialogComplete)
|
||||
.id(self.dialog_text_input.clone()),
|
||||
)
|
||||
.primary_action(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue