diff --git a/js/ui/status/bluetooth.js b/js/ui/status/bluetooth.js index 67276a756..7fe6635b9 100644 --- a/js/ui/status/bluetooth.js +++ b/js/ui/status/bluetooth.js @@ -17,6 +17,7 @@ const OBJECT_PATH = '/org/gnome/SettingsDaemon/Rfkill'; const RfkillManagerInterface = ' \ \ \ + \ \ '; @@ -97,7 +98,7 @@ const Indicator = new Lang.Class({ this.menu.setSensitive(sensitive); this._indicator.visible = nDevices > 0; - this._item.actor.visible = !this._proxy.BluetoothAirplaneMode; + this._item.actor.visible = this._proxy.BluetoothHasAirplaneMode && !this._proxy.BluetoothAirplaneMode; if (nDevices > 0) this._item.status.text = ngettext("%d Connected Device", "%d Connected Devices", nDevices).format(nDevices);