[refactor] remove not implemented ui elements

This commit is contained in:
Julian Sparber
2017-09-18 18:08:28 +02:00
parent 1be706d0a6
commit d3c1c9149d

View File

@@ -229,7 +229,7 @@
<property name="title" translatable="yes">Teleport</property>
<child>
<object class="GtkSwitch" id="visible-on-network-switch">
<property name="visible">True</property>
<property name="visible">False</property>
<property name="can_focus">False</property>
</object>
<packing>
@@ -239,7 +239,7 @@
</child>
<child>
<object class="GtkLabel" id="visible-on-network-label">
<property name="visible">True</property>
<property name="visible">False</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Visible on network</property>
</object>