Skip to content

Commit

Permalink
Suppresses a warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
zonble committed Dec 4, 2023
1 parent 2eb1525 commit 23db9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/PreferencesWindowController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ fileprivate let kWindowTitleHeight: CGFloat = 78
return newImage
}

var resizedImage = resize(image)
let resizedImage = resize(image)
// On newer version of macOS, the icons became black and white
// so we make them template images so it could look better
// on dark mode.
Expand Down

0 comments on commit 23db9f4

Please sign in to comment.