1
0
mirror of https://github.com/Burrit0z/kai synced 2025-07-01 17:26:47 +00:00

Update KAIBatteryCell.mm

This commit is contained in:
Burrit0z
2020-09-24 20:00:55 -04:00
parent b734b0681b
commit cee2aa6a0f

View File

@ -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];