Review of "My Vision" version 12

Details Page Preview

My Vision allows you to store and quickly switch between multiple display configuration profiles directly from the GNOME system menu. Profiles are bound to specific display devices, eliminating the need for redundant profiles in scenarios where video outputs are detected or ordered unpredictably.

Extension Homepage
https://github.com/tomasmark79/my-vision

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) warning 1

Shexli found 1 issue that may need reviewer attention.

EGO015 warning

signals connected by extension should be disconnected in disable()

Signals assigned in `enable()` are missing matching disconnect calls in `disable()` or its helper methods.

Disconnect all signals

  • extension.js:71
                this._settings.connect('changed::display-configuration-switcher-shortcuts-enabled', (settings, key) => {
                    this._updateKeyBindings();
                })

All Versions

Previous Reviews on this Version

dlandau active