Compare commits
No commits in common. "cf01291e4bb81a563307c571f297ec9bcff03e4b" and "efbda53ab46810930b67372cad2f7815e51d5d22" have entirely different histories.
cf01291e4b
...
efbda53ab4
BIN
battery.xcf
BIN
battery.xcf
Binary file not shown.
Binary file not shown.
Before ![]() (image error) Size: 2.1 KiB After ![]() (image error) Size: 11 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 2.1 KiB After ![]() (image error) Size: 5.1 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 2.1 KiB After ![]() (image error) Size: 9.8 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 2.1 KiB After ![]() (image error) Size: 10 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 2.1 KiB After ![]() (image error) Size: 11 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 10 KiB After ![]() (image error) Size: 17 KiB ![]() ![]() |
@ -36,7 +36,7 @@ Item {
|
|||||||
|
|
||||||
function batteryIcon() {
|
function batteryIcon() {
|
||||||
let iconName = "battery_100"
|
let iconName = "battery_100"
|
||||||
if(batteryPercent == -1) // charging
|
if(batteryPercent == -1) // charing
|
||||||
iconName = "battery_charging"
|
iconName = "battery_charging"
|
||||||
else if(batteryPercent == -2) // not connected
|
else if(batteryPercent == -2) // not connected
|
||||||
iconName = "battery_nc";
|
iconName = "battery_nc";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user