[refactor] remove not implemented ui elements
This commit is contained in:
@@ -229,7 +229,7 @@
|
|||||||
<property name="title" translatable="yes">Teleport</property>
|
<property name="title" translatable="yes">Teleport</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkSwitch" id="visible-on-network-switch">
|
<object class="GtkSwitch" id="visible-on-network-switch">
|
||||||
<property name="visible">True</property>
|
<property name="visible">False</property>
|
||||||
<property name="can_focus">False</property>
|
<property name="can_focus">False</property>
|
||||||
</object>
|
</object>
|
||||||
<packing>
|
<packing>
|
||||||
@@ -239,7 +239,7 @@
|
|||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkLabel" id="visible-on-network-label">
|
<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="can_focus">False</property>
|
||||||
<property name="label" translatable="yes">Visible on network</property>
|
<property name="label" translatable="yes">Visible on network</property>
|
||||||
</object>
|
</object>
|
||||||
|
|||||||
Reference in New Issue
Block a user