initial refactor of Interactions.qml to add better support for touch screen gestures #114

Merged
zach merged 10 commits from feat/improved-gestures into main 2026-06-01 19:18:54 +02:00
Showing only changes of commit c267dfb0c2 - Show all commits
-8
View File
@@ -1,6 +1,5 @@
import Quickshell
import QtQuick
import QtTest
import qs.Components
import qs.Config
import qs.Helpers
@@ -54,13 +53,6 @@ Item {
anchors.fill: parent
Timer {
interval: 5000
running: true
onTriggered: root.runTest = true
}
DragHandler {
id: multiHandler