~artmello/ubuntu-system-settings/keyboard_navigation

« back to all changes in this revision

Viewing changes to plugins/notifications/notifications.settings

  • Committer: Bileto Bot
  • Author(s): Jonas G. Drange
  • Date: 2016-11-29 11:12:13 UTC
  • mfrom: (1739.2.10 hide-broken-panels-on-snappy)
  • Revision ID: ci-train-bot@canonical.com-20161129111213-uordjwopehnp4tp1
On snappy it changes the following:
* hides "Developer mode"
* hides "Sleep after"
* hides Notifications panel
* hides Sound panel
* fixes folderlistmodel in Software licenses page

Approved by: Ken VanDine

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{
2
2
    "icon": "preferences-desktop-notifications-symbolic",
3
3
    "name": "Notifications",
 
4
    "plugin": "notifications-plugin",
4
5
    "translations": "ubuntu-system-settings",
5
6
    "category": "personal",
6
7
    "priority": 5,
18
19
        "gmail"
19
20
    ],
20
21
    "has-dynamic-keywords": false,
21
 
    "has-dynamic-visibility": false,
 
22
    "has-dynamic-visibility": true,
22
23
    "page-component": "PageComponent.qml"
23
24
}