makes Shortcut.istakenBySystem public

This commit is contained in:
Matthias Gansrigler 2022-08-01 15:15:54 +02:00
parent e31b557075
commit 2b5ac4e57d
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ extension KeyboardShortcuts.Shortcut {
/**
Check whether the keyboard shortcut is already taken by the system.
*/
var isTakenBySystem: Bool {
public var isTakenBySystem: Bool {
guard self != Self(.f12, modifiers: []) else {
return false
}