mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Supply a background for the icon if it is too short or hard to see. Issue #2220
This commit is contained in:
@@ -25,9 +25,11 @@ final class IconImage {
|
||||
}()
|
||||
|
||||
let image: RSImage
|
||||
|
||||
init(_ image: RSImage) {
|
||||
var isSymbol: Bool
|
||||
|
||||
init(_ image: RSImage, isSymbol: Bool = false) {
|
||||
self.image = image
|
||||
self.isSymbol = isSymbol
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user