Review of "Gnome 40 Flat Workspace" version 2

Details Page Preview

Remove shadow for workspace background in gnome 40. Source code https://github.com/stonega/gnome-extension-flat-workspace


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
3 Active
2 Rejected
1 Inactive

Previous Reviews on this Version

JustPerfection rejected
Error: Main.overview._overview.controls._workspacesDisplay._workspacesViews[0] is undefined Tested on Fedora 35. 1. Please use semicolon at the end of each line. 2. You can try `main.layoutManager.uiGroup.add_style_class_name()` and then style it from parent node. 3. `box-shadow: null;` should be changed to `box-shadow: none;`. We don't have null there.
JustPerfection posted a review
4. remove log() from init() function.