diff --git a/app/gui/AppView.qml b/app/gui/AppView.qml index ae5e612e..8f2a0f9d 100644 --- a/app/gui/AppView.qml +++ b/app/gui/AppView.qml @@ -256,7 +256,7 @@ CenteredGridView { anchors.fill: parent acceptedButtons: Qt.RightButton; onClicked: { - parent.onPressAndHold() + parent.pressAndHold() } } diff --git a/app/gui/PcView.qml b/app/gui/PcView.qml index a71a9caf..cc41f724 100644 --- a/app/gui/PcView.qml +++ b/app/gui/PcView.qml @@ -271,7 +271,7 @@ CenteredGridView { anchors.fill: parent acceptedButtons: Qt.RightButton; onClicked: { - parent.onPressAndHold() + parent.pressAndHold() } }