Skip to content

Commit

Permalink
Fix ⌥ symbol for macOS < 15.0 #42
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Mazanov <[email protected]>
  • Loading branch information
melonamin committed Nov 9, 2024
1 parent 4a8b7d2 commit 95a8baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TRex/App/UI/Settings/ShortcutsSettingsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ struct ShortcutsSettingsView: View {
}
}
Divider()
Section(header: Text("Quick Action").bold(), footer: Text("Trigger with 􀆕+click on menu bar icon")) {
Section(header: Text("Quick Action").bold(), footer: Text("Trigger with +click on menu bar icon")) {
EnumPicker(selected: $preferences.optionQuickAction, title: "")
}
Spacer()
Expand Down

0 comments on commit 95a8baf

Please sign in to comment.