Automatically switch between power profiles based on power supply and percentage.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
20 | Active |
19 | Active |
18 | Inactive |
17 | Rejected |
16 | Rejected |
15 | Rejected |
14 | Inactive |
13 | Rejected |
12 | Active |
11 | Rejected |
10 | Rejected |
9 | Rejected |
8 | Inactive |
7 | Inactive |
6 | Rejected |
5 | Inactive |
4 | Inactive |
3 | Inactive |
2 | Rejected |
1 | Rejected |
What's the reason for moving line 40-41 (`extension.js`) to global scope?
Those are needed in the global scope to manage the case when someone locks the laptop/log out from the session, because in that case it creates a bad assignment case
You still need to do this in disable: ```js powerManagerCancellable = null; powerProfilesCancellable = null; ``` and don't use `log()` as mentioned before (version 13 review).