Skip to content

Commit

Permalink
Revert to bestName, as it's localized in this case
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbaird committed Jul 4, 2024
1 parent d7076d4 commit 76df47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ice/MenuBar/MenuBarItem.swift
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ struct MenuBarItem {
case .controlCenter:
switch title {
case "AccessibilityShortcuts": "Accessibility Shortcuts"
case "BentoBox": "Control Center"
case "BentoBox": bestName // Control Center
case "FocusModes": "Focus"
case "KeyboardBrightness": "Keyboard Brightness"
case "MusicRecognition": "Music Recognition"
Expand Down

0 comments on commit 76df47a

Please sign in to comment.