Review of "Screen Rotate" version 17

Details Page Preview

Enable screen rotation regardless of touch mode. Fork of Screen Autorotate by Kosmospredanie.

Extension Homepage
https://github.com/shyzus/gnome-shell-extension-screen-autorotate

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

Previous Reviews on this Version

JustPerfection rejected
You have a typo in line 331 `extension.js` that won't let the timeout get cleaned up on disable: ```js this._timoutId = setTimeout(() => { // change to this._timeoutId ```