Now About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/gtk/preferences.ui
diff options
context:
space:
mode:
authorLucas Fryzek <lucas.fryzek@fryzekconcepts.com>2024-10-06 17:34:29 +0100
committerLucas Fryzek <lucas.fryzek@fryzekconcepts.com>2024-10-06 17:34:29 +0100
commitdb10dc4fdd656b25442c63eb02ea30931eee300e (patch)
tree9b2a4e835d6d52b48c0e7fb9bcb83884999ee1da /src/gtk/preferences.ui
parent0dc8409b168b293e9566dc5a35bded510fbd043d (diff)
window: Add interface for connecting and disconnecting
Diffstat (limited to 'src/gtk/preferences.ui')
-rw-r--r--src/gtk/preferences.ui12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/gtk/preferences.ui b/src/gtk/preferences.ui
index 9e4d9fc..77f3c14 100644
--- a/src/gtk/preferences.ui
+++ b/src/gtk/preferences.ui
@@ -13,7 +13,12 @@
<property name="use-underline">True</property>
<child>
<object class="AdwPreferencesGroup">
- <property name="title" translatable="yes">Connection</property>
+ <property name="title" translatable="yes">Relay Connection</property>
+ <child>
+ <object class="AdwSwitchRow" id="autoconnect">
+ <property name="title" translatable="yes">Autoconnect</property>
+ </object>
+ </child>
<child>
<object class="AdwEntryRow" id="hostname">
<property name="title" translatable="yes">Hostname</property>
@@ -31,6 +36,11 @@
<property name="title" translatable="yes">Password</property>
</object>
</child>
+ </object>
+ </child>
+ <child>
+ <object class="AdwPreferencesGroup">
+ <property name="title" translatable="yes">SSH Connection</property>
<child>
<object class="AdwEntryRow" id="ssh_host">
<property name="title" translatable="yes">SSH host</property>