Review of "Multi Monitor Bar" version 26

Details Page Preview

Fork of spin83's Multi Monitors. This extension is not going to be maintain anymore. Need to work on real project with benefits for now. Fork it if you want. The donate button is still functioning though lol...... Cheerss

Extension Homepage
https://github.com/FrederykAbryan/multi-monitors-bar_fapv2

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

AbryanPalinoan posted a review
FIxing error on gnome ver < 49
JustPerfection rejected
1. 1. Don't use `=== 'function'`. You are doing it in some of the files. Please remove them. 2. If something works on <49 and not on 49, you should use version check not try-catch. [Port Guide 40: Version Check](https://gjs.guide/extensions/upgrading/gnome-shell-40.html#checking-gnome-shell-version) That's an old doc. The idea is the same but use ESM imports instead.
AbryanPalinoan posted a review
thanks for the tips