Bluetooth status indicator
Introduce the new Bluetooth indicator in the System Status area. It is written in JS with St and uses the new GnomeBluetoothApplet library. https://bugzilla.gnome.org/show_bug.cgi?id=618312
This commit is contained in:

committed by
Giovanni Campagna

parent
bc83890c39
commit
9e99a8c25a
@ -135,6 +135,7 @@ function start() {
|
||||
notificationDaemon = new NotificationDaemon.NotificationDaemon();
|
||||
windowAttentionHandler = new WindowAttentionHandler.WindowAttentionHandler();
|
||||
telepathyClient = new TelepathyClient.Client();
|
||||
panel.startStatusArea();
|
||||
|
||||
_startDate = new Date();
|
||||
|
||||
|
Reference in New Issue
Block a user