aboutsummaryrefslogtreecommitdiff
path: root/plugins/omemo/data
diff options
context:
space:
mode:
authorSamuel Hand <samuel.hand@openmailbox.org>2018-07-04 21:26:14 +0100
committerSamuel Hand <samuel.hand@openmailbox.org>2018-07-04 21:26:14 +0100
commit20fe944c2d2ef790e93abd6f36e10489802465ab (patch)
tree53fbd70c8a29c13da2f9a549902ea2b2b580c1c7 /plugins/omemo/data
parenta3c0c24b7e688ce2787e1550f228403744d10063 (diff)
downloaddino-20fe944c2d2ef790e93abd6f36e10489802465ab.tar.gz
dino-20fe944c2d2ef790e93abd6f36e10489802465ab.zip
Add a toggle switch for key management
Diffstat (limited to 'plugins/omemo/data')
-rw-r--r--plugins/omemo/data/contact_details_dialog.ui26
1 files changed, 24 insertions, 2 deletions
diff --git a/plugins/omemo/data/contact_details_dialog.ui b/plugins/omemo/data/contact_details_dialog.ui
index ceac2179..4844fdb9 100644
--- a/plugins/omemo/data/contact_details_dialog.ui
+++ b/plugins/omemo/data/contact_details_dialog.ui
@@ -10,6 +10,27 @@
<property name="margin-left">40</property>
<property name="margin-right">40</property>
<child>
+ <object class="GtkBox">
+ <property name="margin-top">12</property>
+ <property name="orientation">horizontal</property>
+ <property name="visible">True</property>
+ <child>
+ <object class="GtkLabel">
+ <property name="visible">True</property>
+ <property name="halign">start</property>
+ <property name="hexpand">True</property>
+ <property name="label" translatable="yes">Enable Key Management</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkSwitch" id="key_mgmnt">
+ <property name="visible">True</property>
+ <property name="halign">end</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ <child>
<object class="GtkBox" id="fingerprints_prompt_label">
<property name="margin-top">12</property>
<property name="orientation">horizontal</property>
@@ -107,7 +128,8 @@
</attributes>
</object>
</child>
- <child>
+ <!-- TODO: implement QR code verification !-->
+ <!--<child>
<object class="GtkButton" id="scan_button">
<property name="visible">True</property>
<property name="can-focus">False</property>
@@ -122,7 +144,7 @@
</object>
</child>
</object>
- </child>
+ </child>!-->
</object>
</child>
<child>