Review of "Show Desktop Button" version 38

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

JustPerfection rejected
Please don't store any instance of objects in a property in the default class you are exporting (line 17, 58 `prefs.js`) that won't allow the garbage collector to do its job after window close: [EGO Review Guidelines: Destroy](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#destroy-all-objects) You can clean up on: ```js window.connect('close-request', () => { // clean up here }); ```