2017-03-02 14:37:32 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<template class="DinoUiSettingsDialog">
|
2022-02-14 13:55:59 +00:00
|
|
|
<property name="title" translatable="yes">Settings</property>
|
2017-03-02 14:37:32 +00:00
|
|
|
<property name="modal">True</property>
|
|
|
|
<child type="titlebar">
|
|
|
|
<object class="GtkHeaderBar">
|
|
|
|
</object>
|
|
|
|
</child>
|
2022-02-14 13:55:59 +00:00
|
|
|
<child internal-child="content_area">
|
2017-03-02 14:37:32 +00:00
|
|
|
<object class="GtkBox">
|
|
|
|
<child>
|
|
|
|
<object class="GtkGrid">
|
2022-02-14 13:55:59 +00:00
|
|
|
<property name="margin_top">10</property>
|
|
|
|
<property name="margin_bottom">10</property>
|
|
|
|
<property name="margin_start">10</property>
|
|
|
|
<property name="margin_end">10</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
2017-03-02 14:37:32 +00:00
|
|
|
<property name="row-spacing">10</property>
|
|
|
|
<child>
|
2017-05-30 20:31:05 +00:00
|
|
|
<object class="GtkCheckButton" id="typing_checkbutton">
|
|
|
|
<property name="label" translatable="yes">Send typing notifications</property>
|
2022-02-14 13:55:59 +00:00
|
|
|
<layout>
|
|
|
|
<property name="column">0</property>
|
|
|
|
<property name="row">0</property>
|
|
|
|
</layout>
|
2017-03-02 14:37:32 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2017-05-30 20:31:05 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkCheckButton" id="marker_checkbutton">
|
2018-04-30 21:11:58 +00:00
|
|
|
<property name="label" translatable="yes">Send read receipts</property>
|
2022-02-14 13:55:59 +00:00
|
|
|
<layout>
|
|
|
|
<property name="column">0</property>
|
|
|
|
<property name="row">1</property>
|
|
|
|
</layout>
|
2017-05-30 20:31:05 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckButton" id="notification_checkbutton">
|
|
|
|
<property name="label" translatable="yes">Notify when a new message arrives</property>
|
2022-02-14 13:55:59 +00:00
|
|
|
<layout>
|
|
|
|
<property name="column">0</property>
|
|
|
|
<property name="row">2</property>
|
|
|
|
</layout>
|
2017-05-30 20:31:05 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2017-03-02 14:37:32 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkCheckButton" id="emoji_checkbutton">
|
2017-04-07 09:09:47 +00:00
|
|
|
<property name="label" translatable="yes">Convert smileys to emojis</property>
|
2022-02-14 13:55:59 +00:00
|
|
|
<layout>
|
|
|
|
<property name="column">0</property>
|
|
|
|
<property name="row">3</property>
|
|
|
|
</layout>
|
2017-03-02 14:37:32 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2021-01-21 14:39:36 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkCheckButton" id="check_spelling_checkbutton">
|
|
|
|
<property name="label" translatable="yes">Check spelling</property>
|
2022-02-14 13:55:59 +00:00
|
|
|
<layout>
|
|
|
|
<property name="column">0</property>
|
|
|
|
<property name="row">4</property>
|
|
|
|
</layout>
|
2021-01-21 14:39:36 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2017-03-02 14:37:32 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
2017-05-09 12:53:26 +00:00
|
|
|
</interface>
|