2017-03-02 14:37:32 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
2023-02-09 00:17:56 +00:00
|
|
|
<template class="DinoUiSettingsDialog" parent="AdwPreferencesWindow">
|
|
|
|
<property name="default-width">500</property>
|
2023-02-09 11:30:02 +00:00
|
|
|
<property name="default-height">360</property>
|
2017-03-02 14:37:32 +00:00
|
|
|
<property name="modal">True</property>
|
2023-02-09 00:17:56 +00:00
|
|
|
<property name="search-enabled">False</property>
|
|
|
|
<child>
|
|
|
|
<object class="AdwPreferencesPage">
|
2023-04-01 00:43:41 +00:00
|
|
|
<child>
|
|
|
|
<object class="AdwPreferencesGroup">
|
|
|
|
<child>
|
|
|
|
<object class="AdwActionRow">
|
|
|
|
<property name="title" translatable="yes">Default encryption</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="default_encryption_box">
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckButton" id="encryption_radio_undecided">
|
|
|
|
<property name="label" translatable="yes">Ask</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
<property name="active">False</property>
|
|
|
|
<property name="group">encryption_radio_undecided</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckButton" id="encryption_radio_omemo">
|
|
|
|
<property name="label" translatable="yes">OMEMO</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
<property name="active">False</property>
|
|
|
|
<property name="group">encryption_radio_undecided</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckButton" id="encryption_radio_openpgp">
|
|
|
|
<property name="label" translatable="yes">OpenPGP</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
<property name="active">False</property>
|
|
|
|
<property name="group">encryption_radio_undecided</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2017-03-02 14:37:32 +00:00
|
|
|
<child>
|
2023-02-09 00:17:56 +00:00
|
|
|
<object class="AdwPreferencesGroup">
|
2017-03-02 14:37:32 +00:00
|
|
|
<child>
|
2023-02-09 00:17:56 +00:00
|
|
|
<object class="AdwActionRow">
|
|
|
|
<property name="title" translatable="yes">Send _Typing Notifications</property>
|
|
|
|
<property name="use-underline">True</property>
|
|
|
|
<property name="activatable-widget">typing_switch</property>
|
|
|
|
<child type="suffix">
|
|
|
|
<object class="GtkSwitch" id="typing_switch">
|
|
|
|
<property name="valign">center</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2017-03-02 14:37:32 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2017-05-30 20:31:05 +00:00
|
|
|
<child>
|
2023-02-09 00:17:56 +00:00
|
|
|
<object class="AdwActionRow">
|
|
|
|
<property name="title" translatable="yes">Send _Read Receipts</property>
|
|
|
|
<property name="use-underline">True</property>
|
|
|
|
<property name="activatable-widget">marker_switch</property>
|
|
|
|
<child type="suffix">
|
|
|
|
<object class="GtkSwitch" id="marker_switch">
|
|
|
|
<property name="valign">center</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2017-05-30 20:31:05 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2023-02-09 00:17:56 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="AdwPreferencesGroup">
|
2017-05-30 20:31:05 +00:00
|
|
|
<child>
|
2023-02-09 00:17:56 +00:00
|
|
|
<object class="AdwActionRow">
|
|
|
|
<property name="title" translatable="yes">_Notifications</property>
|
|
|
|
<property name="subtitle" translatable="yes">Notify when a new message arrives</property>
|
|
|
|
<property name="use-underline">True</property>
|
|
|
|
<property name="activatable-widget">notification_switch</property>
|
|
|
|
<child type="suffix">
|
|
|
|
<object class="GtkSwitch" id="notification_switch">
|
|
|
|
<property name="valign">center</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2017-05-30 20:31:05 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2023-02-09 00:17:56 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="AdwPreferencesGroup">
|
2017-03-02 14:37:32 +00:00
|
|
|
<child>
|
2023-02-09 00:17:56 +00:00
|
|
|
<object class="AdwActionRow">
|
|
|
|
<property name="title" translatable="yes">_Convert Smileys to Emoji</property>
|
|
|
|
<property name="use-underline">True</property>
|
|
|
|
<property name="activatable-widget">emoji_switch</property>
|
|
|
|
<child type="suffix">
|
|
|
|
<object class="GtkSwitch" id="emoji_switch">
|
|
|
|
<property name="valign">center</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2017-03-02 14:37:32 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
2017-05-09 12:53:26 +00:00
|
|
|
</interface>
|