Closed shyzus closed 8 months ago
Currently awaiting extensions.gnome.org review process for v16
E.G.O review for v16 rejected:
JustPerfection rejected March 22, 2024
1. Timeout should be removed on disable (line 333 `extension.js`): [EGO Review Guidelines: Timeout](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#remove-main-loop-sources) 2. I recommend to pass `this` from the entry point instead of using `lookupByUUID()` (line 66 `extension.js`).
E.G.O review for v17 rejected:
JustPerfection rejected March 22, 2024
You have a typo in line 331 `extension.js` that won't let the timeout get cleaned up on disable:
```js
this._timoutId = setTimeout(() => {
// change to this._timeoutId
```
This is rather embarrassing but should be fixed in f6a65c48a0746b10cd67884f67fbbb9deefd468f
E.G.O review for v18 accepted by JustPerfection.
See branch #12 .
This is disabled by default and requires to be enabled in the extensions preferences.