forked from Shinonome/dots-hyprland
polkit: make sec to dismiss work properly
This commit is contained in:
@@ -86,6 +86,12 @@ Item {
|
|||||||
}
|
}
|
||||||
echoMode: root.usePasswordChars ? TextInput.Password : TextInput.Normal
|
echoMode: root.usePasswordChars ? TextInput.Password : TextInput.Normal
|
||||||
onAccepted: root.submit();
|
onAccepted: root.submit();
|
||||||
|
|
||||||
|
Keys.onPressed: event => { // Esc to close
|
||||||
|
if (event.key === Qt.Key_Escape) {
|
||||||
|
PolkitService.cancel();
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
WindowDialogButtonRow {
|
WindowDialogButtonRow {
|
||||||
|
|||||||
Reference in New Issue
Block a user