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