Review of "Rounded Corners" version 11

Details Page Preview

Creates rounded corners for every monitor

Extension Homepage
https://github.com/lennart-k/gnome-rounded-corners

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental)

Shexli has not produced a result yet.

All Versions

Version Status
17 Active
16 Active
15 Active
14 Active
13 Active
12 Active
11 Rejected
10 Active
9 Active
8 Active
7 Active
6 Active
5 Inactive
4 Active
3 Inactive
2 Inactive
1 Inactive

Previous Reviews on this Version

JustPerfection rejected
1. `this._settings` won't get garbage collected after window close (line 7 prefs.js). make that local and attach that to the window instead to avoid getting garbage collected before window close: ```js const settings = this.getSettings(); window._settings = settings; ``` 2. Remove line (38 extension.js) because that is causing the method only running once.