Skip to content

Commit c18a003

Browse files
committed
feat: Add keyboard shortcut for macos
1 parent 721d0e6 commit c18a003

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Mail/Commands/OpenSettingsCommand.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ struct OpenSettingsCommand: View {
3232
Button(MailResourcesStrings.Localizable.settingsTitle) {
3333
openSettings()
3434
}
35+
.keyboardShortcut(",", modifiers: [.command])
3536
}
3637

3738
func openSettings() {

0 commit comments

Comments
 (0)