From 8f014f0915c7bdc97573f953aa9a3ae25a5f953a Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Thu, 18 Feb 2016 09:11:16 +0100 Subject: Rockwork 1.0 --- rockwork/NotificationsPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rockwork/NotificationsPage.qml') diff --git a/rockwork/NotificationsPage.qml b/rockwork/NotificationsPage.qml index 9802b05..d3c9ff9 100644 --- a/rockwork/NotificationsPage.qml +++ b/rockwork/NotificationsPage.qml @@ -78,7 +78,7 @@ Page { checked: model.enabled SlotsLayout.position: SlotsLayout.Trailing; onClicked: { - root.pebble.setNotificationFilter(model.name, checked) + root.pebble.setNotificationFilter(model.id, checked) } } } -- cgit v1.2.3