Remove hack to update status, works fine now without

wilder-5.14
Sebastian Kügler 12 years ago
parent 32c2dd5fa3
commit bc953da7bd
  1. 6
      applets/batterymonitor/contents/ui/batterymonitor.qml

@ -44,12 +44,6 @@ Item {
function updateLogic() {
Logic.updateCumulative();
plasmoid.status = Logic.plasmoidStatus();
// this helps updating the status throughout the applet
// without this, the applet doesn't switch from passive
// to active. -- FIXME.
print(plasmoid.status);
Logic.updateTooltip();
}

Loading…
Cancel
Save