Review of "Show Applications Instead Of Workspaces" version 15

Details Page Preview

The Overview will show Applications instead of Workspaces when invoked.

Extension Homepage
https://github.com/fawtytoo/GnomeShellExtensions

No comments.

Diff Against

Files

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

Shexli (experimental)

Shexli has not produced a result yet.

All Versions

Version Status
15 Rejected
14 Rejected
13 Active
12 Active
11 Active
10 Active
9 Active
8 Active
7 Active
6 Active
5 Active
4 Active
3 Active
2 Active
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
Is this even going to work? because you don't have `this.isDummy`, `this._visible` and `this.showApps()` here. If you wanna do that you should use `function`. It means for line 13, you should do this instead: ```js Overview.Overview.prototype['toggle'] = function () { if (this.isDummy) return; if (this.visible) this.hide(); else this.showApps() } ```