Skip to content

Commit

Permalink
Fix SwiftLint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbaird committed Jul 4, 2024
1 parent 76df47a commit 09b5fb7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Ice/MenuBar/MenuBarItem.swift
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ struct MenuBarItem {
}
case .systemUIServer:
switch title {
case "TimeMachine.TMMenuExtraHost"/*Sonoma*/,
"TimeMachineMenuExtra.TMMenuExtraHost"/*Sequoia*/: "Time Machine"
case "TimeMachine.TMMenuExtraHost"/*Sonoma*/, "TimeMachineMenuExtra.TMMenuExtraHost"/*Sequoia*/: "Time Machine"
default: title
}
default:
Expand Down

0 comments on commit 09b5fb7

Please sign in to comment.