pop-os / gnome-shell-extension-system76-power

System76 Power Management Extension
MIT License
90 stars 26 forks source link

Remove call to nonexistent function #42

Closed crawfxrd closed 4 years ago

crawfxrd commented 4 years ago

PowerDaemon does not have a destroy() function. This would produce an error when the extension was unloaded, such as during suspend, causing gnome-shell to disable it.

Compare: extension.js Resolves: #41