2018-10-10 15:41:37 +13:00
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="CcNotificationsPanel" parent="CcPanel">
2023-08-02 19:21:33 +04:00
<property name="child">
2023-07-30 21:30:33 +04:00
<object class="AdwToolbarView">
<child type="top">
2023-08-02 19:21:33 +04:00
<object class="AdwHeaderBar"/>
2022-01-04 16:22:29 -08:00
</child>
2023-07-30 21:30:33 +04:00
<property name="content">
<object class="AdwPreferencesPage">
2022-01-04 16:22:29 -08:00
<child>
2023-07-30 21:30:33 +04:00
<object class="AdwPreferencesGroup">
<child>
<object class="AdwSwitchRow" id="dnd_row">
<property name="title" translatable="yes">_Do Not Disturb</property>
<property name="use-underline">True</property>
</object>
</child>
<child>
<object class="AdwSwitchRow" id="lock_screen_row">
<property name="title" translatable="yes" comments="Translators: Whether to show notifications on the lock screen">_Lock Screen Notifications</property>
<property name="use-underline">True</property>
</object>
</child>
</object>
</child>
<child>
<object class="AdwPreferencesGroup" id="app_group">
<property name="title" translatable="yes" comments="List of apps.">App Notifications</property>
<child>
<object class="GtkListBox" id="app_listbox">
<property name="selection_mode">none</property>
<signal name="row-activated" handler="select_app" object="CcNotificationsPanel" swapped="yes" />
<signal name="keynav-failed" handler="keynav_failed_cb" object="CcNotificationsPanel" swapped="yes"/>
<style>
<class name="boxed-list"/>
</style>
<accessibility>
<relation name="labelled-by">app_group</relation>
</accessibility>
</object>
</child>
2018-10-10 15:41:37 +13:00
</object>
</child>
</object>
2023-07-30 21:30:33 +04:00
</property>
2018-10-10 15:41:37 +13:00
</object>
2023-08-02 19:21:33 +04:00
</property>
2018-10-10 15:41:37 +13:00
</template>
</interface>