Review of "Remove Rounded Corners" version 4

Details Page Preview

Removes rounded corners from main panel or top bar WARNING: From GNOME 42 onwards this extension is not needed since it no longer has rounded corners

Extension Homepage
https://github.com/ogarcia/remove-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.

All Versions

Version Status
5 Active
4 Active
3 Active
2 Active
1 Active

Previous Reviews on this Version

JustPerfection active
You can also simplify it by removing everything from extension.js: ```js function enable() {} function disable() {} ``` and only do this in css: ```css #panel .panel-corner { -panel-corner-radius: 0; } ```
ogarcia posted a review
@JustPerfection I love your solution. I'll do changes now ;-)