Temporarily bypass UPower's existing battery charge thresholds to charge to full once. Restores them when full, unplugged, cancelled, or disabled.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-X-003 warning
extensions should not call run_dispose in extension code
Extension code should not call `run_dispose()`.
extension.js:90
client.run_dispose()
extension.js:132
device.run_dispose()
extension.js:149
entry.device.run_dispose()
extension.js:273
this._client?.run_dispose()
EGO-P-006 warning
unnecessary build and translation artifacts should not be shipped
Package contains files that often should not be shipped for review.
Don't include unnecessary files
stylesheet.css
placeholder stylesheet.css
EGO-L-003 warning
signals connected by extension should be disconnected in disable()
Signals assigned in `enable()` are missing matching disconnect calls in `disable()` or its helper methods.
extension.js:74
this._toggle.connect('clicked', () => {
this._error = null;
if (this._boosted.size > 0)
this._restoreAll();
else
this._start();
this._sync();
})
| Version | Status |
|---|---|
| 1.0.1 (1) | Unreviewed |