Page & popups: standardized keyboard accept/cancel

This commit is contained in:
miruka
2020-06-25 10:27:24 -04:00
parent 476888ca84
commit dcc634be04
14 changed files with 29 additions and 18 deletions

View File

@@ -92,7 +92,7 @@ HFlickableColumnPage {
}
}
Keys.onEscapePressed: page.cancel()
onKeyboardCancel: page.cancel()
Timer {