Add rounded corners to all windows. Fork of the now unmaintained Rounded Window Corners extension.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| Version | Status |
|---|---|
| 25 | Active |
| 24 | Rejected |
| 23 | Active |
| 22 | Active |
| 21 | Active |
| 20 | Rejected |
| 19 | Rejected |
| 18 | Active |
| 17 | Rejected |
| 16 | Rejected |
| 15 | Active |
| 14 | Active |
| 13 | Active |
| 12 | Active |
| 11 | Active |
| 10 | Active |
| 9 | Active |
| 8 | Rejected |
| 7 | Active |
| 6 | Active |
| 5 | Rejected |
| 4 | Rejected |
| 3 | Active |
| 2 | Active |
| 1 | Rejected |
Where do you remove the timeout on disable?
The onRemoveEffect function already checks for unminimizedTimeoutId and removes the timeout: ``` const timeoutId = actor.rwcCustomData?.unminimizedTimeoutId; if (timeoutId) { GLib.source_remove(timeoutId); } ``` This was already in the code before as a leftover from some old workaround, so I just repurposed the same thing for this now