Skip to content

Commit

Permalink
Custom display name for Passwords item
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbaird committed Jul 5, 2024
1 parent 0f20459 commit c2cc3d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Ice/MenuBar/MenuBarItem.swift
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ struct MenuBarItem {
case "TimeMachine.TMMenuExtraHost"/*Sonoma*/, "TimeMachineMenuExtra.TMMenuExtraHost"/*Sequoia*/: "Time Machine"
default: title
}
case MenuBarItemInfo.Namespace("com.apple.Passwords.MenuBarExtra"): "Passwords"
default:
bestName
}
Expand Down

0 comments on commit c2cc3d6

Please sign in to comment.