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 5019349 commit 1158a32Copy full SHA for 1158a32
1 file changed
src/ui/generic-components/UnclearableRecorderControl.swift
@@ -6,6 +6,7 @@ class UnclearableRecorderControl: RecorderControl, RecorderControlDelegate {
6
self.init(frame: .zero)
7
delegate = self
8
allowsEscapeToCancelRecording = false
9
+ allowsDeleteToClearShortcutAndEndRecording = false
10
set(allowedModifierFlags: CocoaModifierFlagsMask, requiredModifierFlags: [], allowsEmptyModifierFlags: true)
11
if modifierFlagsOnly {
12
allowsModifierFlagsOnlyShortcut = true
0 commit comments