Automatically connects selected paired Bluetooth devices when your GNOME session starts.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-L-006 warning
preferences classes should not retain window-scoped objects on instance fields without close-request cleanup
Preferences code stores window-scoped objects on the exported prefs class without `close-request` cleanup.
prefs.js:12
this._settings = this.getSettings()
prefs.js:44
this._deviceGroup = new Adw.PreferencesGroup({
title: _('Preferred devices'),
description: _('Select one or more paired Bluetooth devices.'),
})
prefs.js:85
this._refreshRow = new Adw.ActionRow({
title: _('Paired Bluetooth devices'),
subtitle: _('Scanning…'),
})
| Version | Status |
|---|---|
| 2 | Unreviewed |
| 1 | Rejected |