Review of "Quick Last-Bluetooth" version 3

Details Page Preview

Connect to your last used / pinned Bluetooth device in one click, and choose a new default from your paired devices.

Extension Homepage
https://github.com/Puffy-Slippers-Tech-LLC/quick-last-bluetooth

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental) warning 1

Shexli found 1 issue that may need reviewer attention.

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.

Disconnect all signals

  • extension.js:169
            this.menu.connect('open-state-changed', isOpen => {
                // Don't reorder the list while the menu is open,
                // so do it now to start with the proper order
                if (isOpen)
                    this._reorderDeviceItems();
            })

All Versions

Version Status
4 Active
3 Active
2 Active
1 Active

Previous Reviews on this Version

Puffy Slippers Tech LLC posted a review
V3: - Added quick connect option, choose either latest used device, or pin to any device
JustPerfection active