Review of "Shutdown Dialogue" version 4

Details Page Preview

Shutdown Dialogue using Alt + F4

Extension Homepage
https://github.com/publishername/shutdown-dialogue-gs-extension

No comments.

Diff Against

Files

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

All Versions

Version Status
5 Active
4 Rejected
3 Rejected
2 Rejected
1 Rejected

Previous Reviews on this Version

JustPerfection 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); } ```