mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2025-12-12 07:58:51 +01:00
titlebar battery icon
This commit is contained in:
parent
4736ab131d
commit
4ee982e212
@ -289,7 +289,7 @@ func (self *TitleBar) CheckBatteryStat() {
|
||||
self.Icons["battery_charging"].SetIconIndex(cap_ge)
|
||||
self.Icons["battery"] = self.Icons["battery_charging"]
|
||||
}else {
|
||||
self.Icons["battery_charging"].SetIconIndex(cap_ge)
|
||||
self.Icons["battery_discharging"].SetIconIndex(cap_ge)
|
||||
self.Icons["battery"] = self.Icons["battery_discharging"]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user