Review of "ColorTint" version 18

Details Page Preview

Tint your desktop with a color of your choice to help with dyslexia, scopic sensitivity, and related conditions.

Extension Homepage
https://github.com/MattByName/color-tint

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
1. You cannot create instances of a class in global scope which is the same as init (line 27 extension.js): https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-init-for-initialization To fix that, move that line to enable and null that out in disable. 2. Replace line 28-32 (extension.js) with: ```js ExtensionPath = Me.path; ```