remove useless key navigation

This commit is contained in:
Cyril Anisimov 2024-10-17 04:14:18 +02:00
parent 852e90e317
commit 063851445a
8 changed files with 2 additions and 31 deletions

View file

@ -205,7 +205,6 @@ PageType {
rightImageSource: "qrc:/images/controls/chevron-right.svg"
textColor: AmneziaStyle.color.vibrantRed
Keys.onTabPressed: lastItemTabClicked()
parentFlickable: fl
clickedFunction: function() {
@ -246,11 +245,5 @@ PageType {
width: root.width
height: root.height
// onClosed: {
// if (!GC.isMobile()) {
// focusItem.forceActiveFocus()
// }
// }
}
}