Shutdown Dialogue using Alt + F4
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| Version | Status |
|---|---|
| 11 | Active |
| 10 | Active |
| 9 | Inactive |
| 8 | Active |
| 7 | Active |
| 6 | Active |
| 5 | Active |
| 4 | Rejected |
| 3 | Rejected |
| 2 | Rejected |
| 1 | Rejected |
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); } ```