fix(mac): disable smoothing and await watchdog
This commit is contained in:
@@ -243,7 +243,7 @@ enum CritterIconRenderer {
|
||||
NSGraphicsContext.saveGraphicsState()
|
||||
if let context = NSGraphicsContext(bitmapImageRep: rep) {
|
||||
NSGraphicsContext.current = context
|
||||
context.interpolationQuality = .none
|
||||
context.imageInterpolation = .none
|
||||
context.cgContext.setShouldAntialias(false)
|
||||
defer { NSGraphicsContext.restoreGraphicsState() }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user