Review of "Shortcuts for DNF" version 1

Details Page Preview

A small extension that adds buttons to the panel to check for DNF updates through the terminal without entering commands.

Extension Homepage
https://github.com/rx1310/gnome-extension_aptupdate

No comments.

FAQ

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
4 Active
3 Rejected
2 Rejected
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
You should remove the panel menu instance on disable: ```js disable () { this.dnf_shortcuts.destroy(); this.dnf_shortcuts = null; } ```