Tweak annoying defaults and enable quality of life features
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-L-003 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.
lib/panelCorners.js:136
this._positionChangeHandler = Main.panel.connect('notify::position', this._updateCornerPosition.bind(this))
lib/panelCorners.js:137
this._sizeChangeHandler = Main.panel.connect('notify::size', this._updateCornerPosition.bind(this))
Changes in this version: - Support for GNOME 50 I think the issue found by Shexli is a false positive, see `panelCorners.js:228`.