This commit is contained in:
2026-01-04 18:02:19 +01:00
parent 14fd4f82f7
commit c147f78e1d
38 changed files with 247 additions and 177 deletions

View File

@@ -22,7 +22,23 @@
</child>
<child>
<object class="GtkButton" id="settings_download_directory">
<property name="label" translatable="yes">Choose download dir</property>
<property name="child">
<object class="GtkBox">
<property name="spacing">6</property>
<child>
<object class="GtkImage" id="settings_download_directory_icon">
<property name="icon-name">folder-symbolic</property>
</object>
</child>
<child>
<object class="GtkLabel" id="settings_download_directory_label">
<property name="label" translatable="yes">Choose download dir</property>
<property name="ellipsize">end</property>
<property name="xalign">0</property>
</object>
</child>
</object>
</property>
</object>
</child>
</object>
@@ -34,7 +50,7 @@
<child>
<object class="GtkLabel">
<property name="margin-top">6</property>
<property name="label" translatable="yes">Automatically enable Teleport on these networks:</property>
<property name="label" translatable="yes">Automatically enable BeamMeUp on these networks:</property>
<property name="xalign">0</property>
</object>
</child>
@@ -114,7 +130,7 @@
<child>
<object class="GtkButton">
<property name="action_name">app.about</property>
<property name="label" translatable="yes">About Teleport</property>
<property name="label" translatable="yes">About BeamMeUp</property>
<style>
<class name="flat"/>
</style>