diff options
Diffstat (limited to 'src/gtk/preferences.ui')
-rw-r--r-- | src/gtk/preferences.ui | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/gtk/preferences.ui b/src/gtk/preferences.ui index 5823d2f..9e4d9fc 100644 --- a/src/gtk/preferences.ui +++ b/src/gtk/preferences.ui @@ -77,6 +77,17 @@ </child> </object> </child> + <child> + <object class="AdwPreferencesGroup"> + <property name="title" translatable="yes">Upload</property> + <child> + <object class="AdwEntryRow" id="upload_url"> + <property name="title" translatable="yes">Upload URL</property> + <property name="use_underline">True</property> + </object> + </child> + </object> + </child> </object> </child> </template> |