Skip to content

Commit

Permalink
Add keyboard shortcut ⌘O to 'Restart Onboarding' command
Browse files Browse the repository at this point in the history
  • Loading branch information
vapidinfinity committed Jul 27, 2024
1 parent d9d7bfb commit d9cd844
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Mythic/MythicApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ struct MythicApp: App {
}
}
.disabled(isOnboardingPresented)
.keyboardShortcut("O", modifiers: [.command])
}
}

Expand Down

0 comments on commit d9cd844

Please sign in to comment.