diff --git a/js/ui/status/bluetooth.js b/js/ui/status/bluetooth.js index 94ce0c4c0..6c9e4064a 100644 --- a/js/ui/status/bluetooth.js +++ b/js/ui/status/bluetooth.js @@ -31,6 +31,7 @@ const Indicator = new Lang.Class({ this._applet.killswitch_state = GnomeBluetooth.KillswitchState.SOFT_BLOCKED; })); this._item.menu.addSettingsAction(_("Bluetooth Settings"), 'gnome-bluetooth-panel.desktop'); + this.menu.addMenuItem(this._item); this._applet = new GnomeBluetoothApplet.Applet(); this._applet.connect('devices-changed', Lang.bind(this, this._sync));