Creates rounded corners for every monitor
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
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 |
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.