Dark mode shortcut
This commit is contained in:
@@ -105,6 +105,13 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
|
||||
title: "Refresh",
|
||||
action: #selector(ShortcutResponder.refresh)
|
||||
),
|
||||
|
||||
// Toggle Dark Mode
|
||||
UIKeyCommand(
|
||||
modifiers: [.command], input: "D",
|
||||
title: "Toggle Dark Mode",
|
||||
action: #selector(ShortcutResponder.toggleDarkMode)
|
||||
),
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user