Make focus sidepane keybind swipe if reduced
This commit is contained in:
@@ -74,6 +74,14 @@ HRectangle {
|
||||
}
|
||||
|
||||
|
||||
function setFocus() {
|
||||
forceActiveFocus()
|
||||
if (reduce) {
|
||||
pageLoader.item.currentIndex = 0
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
HColumnLayout {
|
||||
anchors.fill: parent
|
||||
|
||||
|
||||
Reference in New Issue
Block a user