Set battery charge limit (60/80/100) from GNOME panel. Replaced notify-send with Main.notify as suggested by reviewer. Removed dependency on external notification tools.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-L-004 warning
main loop sources should be removed in disable()
Main loop sources assigned in `enable()` are missing matching removals in `disable()` or its helper methods.
extension.js:46
setTimeout(() => {
Main.notify("Battery Limit", `${text} applied successfully`);
}, 5000)
| Version | Status |
|---|---|
| 2 | Unreviewed |
| 1 | Rejected |