We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a0165 commit 44303f9Copy full SHA for 44303f9
1 file changed
Loop/Settings Window/Settings/Gestures/GesturesConfigurationView.swift
@@ -20,7 +20,7 @@ struct GesturesConfigurationView: View {
20
@Default(.enableGestures) private var enableGestures
21
@Default(.gestures) private var gestures
22
@Default(.gestureTitlebarHeight) private var gestureTitlebarHeight
23
-
+
24
private var conflictingGestureIDs: Set<UUID> {
25
GestureBinding.conflictingActionableIDs(in: gestures)
26
}
0 commit comments