1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Disable encryption options for the moment

This commit is contained in:
Tux3 / Mlkj / !Lev.uXFMLA 2014-10-23 22:11:37 +02:00
parent 1dc77a5d32
commit fa44956010
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -46,7 +46,7 @@
<item>
<widget class="QCheckBox" name="cbEncryptTox">
<property name="enabled">
<bool>true</bool>
<bool>false</bool>
</property>
<property name="text">
<string>Encrypt Tox datafile</string>
@ -55,6 +55,9 @@
</item>
<item>
<widget class="QCheckBox" name="cbEncryptHistory">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Encrypt History</string>
</property>