mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Prevent backgrounds from showing up when displaying symbol icons. Fixes #2523
This commit is contained in:
@@ -25,9 +25,11 @@ final class IconImage {
|
||||
}()
|
||||
|
||||
let image: RSImage
|
||||
|
||||
init(_ image: RSImage) {
|
||||
let isSymbol: Bool
|
||||
|
||||
init(_ image: RSImage, isSymbol: Bool = false) {
|
||||
self.image = image
|
||||
self.isSymbol = isSymbol
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user