summaryrefslogtreecommitdiff
path: root/rockwork/NotificationsPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'rockwork/NotificationsPage.qml')
-rw-r--r--rockwork/NotificationsPage.qml2
1 files changed, 1 insertions, 1 deletions
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)
}
}
}