mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Fix item that accept() is called on
This commit is contained in:
parent
03acced6d6
commit
908629bec0
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ ApplicationWindow {
|
||||||
// TODO: make this work in the TextField
|
// TODO: make this work in the TextField
|
||||||
Shortcut {
|
Shortcut {
|
||||||
sequence: "Ctrl+Enter"
|
sequence: "Ctrl+Enter"
|
||||||
onActivated: inviteDialogRoot.accept()
|
onActivated: invitees.accept()
|
||||||
}
|
}
|
||||||
|
|
||||||
Shortcut {
|
Shortcut {
|
||||||
|
@ -63,7 +63,7 @@ ApplicationWindow {
|
||||||
|
|
||||||
Shortcut {
|
Shortcut {
|
||||||
sequence: "Ctrl+Enter"
|
sequence: "Ctrl+Enter"
|
||||||
onActivated: inviteDialogRoot.accept()
|
onActivated: invitees.accept()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue