Review of "Show Desktop Button" version 8

Details Page Preview

Minimize/unminimize all open windows with a single click. Features: * customize indicator image * customize indicator position on panel (6 different positions available) * enable a custom shortcut * enable a different behavior by toggling a switch (hide everything but the focused window) * touch support (a bit buggy unfortunately)

Extension Homepage
https://github.com/amivaleo/Show-Desktop-Buttonx

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

Previous Reviews on this Version

ewlsh rejected
You should use the following in new code... const ExtensionUtils = imports.misc.extensionUtils; ExtensionUtils.getSettings(); (from https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/master/js/misc/extensionUtils.js) instead of copying in the older convenience.js file.