Review of "Switch Focus Type" version 8

Details Page Preview

Toggle between focus-follow-mouse and click-to-focus mode

Extension Homepage
https://github.com/Rmano/gse-switch-focus-mode

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

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

Previous Reviews on this Version

r_mano auto- active
JustPerfection rejected
1. Move everything from init to enable: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-init-for-initialization 2. Do this in disable: ```js wm_prefs = null; icon_c = null; icon_f = null; text = null; button = null; ``` If you need any help with your extension you can ask us on: - [GNOME Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions
r_mano posted a review
Ok, will do, thanks a lot for the help.