mirror of
https://github.com/Burrit0z/kai
synced 2025-07-01 17:16:47 +00:00
Update KAIBatteryCell.mm
This commit is contained in:
@ -77,7 +77,7 @@
|
|||||||
|
|
||||||
UIImage *glyph = ios13 ? [device glyph] : [device batteryWidgetGlyph];
|
UIImage *glyph = ios13 ? [device glyph] : [device batteryWidgetGlyph];
|
||||||
|
|
||||||
glyph= [glyph imageWithRenderingMode:UIImageRenderingModeAlwaysTemplate];
|
glyph = [glyph imageWithRenderingMode:UIImageRenderingModeAlwaysTemplate];
|
||||||
self.glyphView = [[UIImageView alloc] init];
|
self.glyphView = [[UIImageView alloc] init];
|
||||||
self.glyphView.contentMode = UIViewContentModeScaleAspectFit;
|
self.glyphView.contentMode = UIViewContentModeScaleAspectFit;
|
||||||
[self.glyphView setImage:glyph];
|
[self.glyphView setImage:glyph];
|
||||||
|
Reference in New Issue
Block a user