mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
plasma: adjust batterymonitor applet to solid changes
there were solid enum changes and then some in this repo, see the following commit in the kdelibs repo: 2e1544537da02c8e89bc08c59fd3d6e1d146ef8c Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
4584fab20b
commit
69f7efcce1
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ function updateCumulative() {
|
|||
sum += b["Percent"];
|
||||
plugged = true;
|
||||
}
|
||||
if (b["State"] != "FullyCharge") {
|
||||
if (b["State"] != "FullyCharged") {
|
||||
charged = false;
|
||||
}
|
||||
count++;
|
||||
|
|
Loading…
Add table
Reference in a new issue