summaryrefslogtreecommitdiff
path: root/daemon/manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/manager.cpp')
-rw-r--r--daemon/manager.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/daemon/manager.cpp b/daemon/manager.cpp
index cfa955b..7360736 100644
--- a/daemon/manager.cpp
+++ b/daemon/manager.cpp
@@ -29,6 +29,9 @@ Manager::Manager(watch::WatchConnector *watch, DBusConnector *dbus, VoiceCallMan
connect(watch, SIGNAL(hangup()), SLOT(hangupAll()));
connect(watch, SIGNAL(connectedChanged()), SLOT(onConnectedChanged()));
+ // Set BT icon for notification
+ notification.setImage("icon-system-bluetooth-device");
+
if (btDevice.isValid()) {
qDebug() << "BT local name:" << btDevice.name();
connect(dbus, SIGNAL(pebbleChanged()), SLOT(onPebbleChanged()));