A small extension that adds buttons to the panel to check for DNF updates through the terminal without entering commands.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
You should remove the panel menu instance on disable: ```js disable () { this.dnf_shortcuts.destroy(); this.dnf_shortcuts = null; } ```