Shutdown Dialogue using Alt + F4
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Replace line 95 with: ```js if (this._watchId) { GLib.Source.remove(this._watchId); } this._watchId = GLib.child_watch_add(GLib.PRIORITY_DEFAULT, pid, () => { ``` and also do this in disable: ```js if (this._watchId) { GLib.Source.remove(this._watchId); } ```