[feat] remove not yet implemented UI elements and add correct download directory to settings popover
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkEntry">
|
||||
<object class="GtkEntry" id="settings_download_directory">
|
||||
<property name="visible">True</property>
|
||||
<property name="text">~/Downloads</property>
|
||||
</object>
|
||||
@@ -34,7 +34,7 @@
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton">
|
||||
<property name="visible">True</property>
|
||||
<property name="visible">False</property>
|
||||
<property name="label">Browse...</property>
|
||||
<property name="margin_start">12</property>
|
||||
</object>
|
||||
@@ -47,7 +47,7 @@
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel">
|
||||
<property name="visible">True</property>
|
||||
<property name="visible">False</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="label" translatable="yes">Automatically enable Teleport on these networks:</property>
|
||||
<property name="margin_bottom">6</property>
|
||||
@@ -62,7 +62,7 @@
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkListBox" id="general-listbox">
|
||||
<property name="visible">True</property>
|
||||
<property name="visible">False</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="selection_mode">none</property>
|
||||
<child>
|
||||
|
||||
Reference in New Issue
Block a user