diff options
Diffstat (limited to 'src/gtk/preferences_window.ui')
-rw-r--r-- | src/gtk/preferences_window.ui | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/src/gtk/preferences_window.ui b/src/gtk/preferences_window.ui index 14ecaac..a1192ac 100644 --- a/src/gtk/preferences_window.ui +++ b/src/gtk/preferences_window.ui @@ -141,7 +141,7 @@ <property name="icon_name">view-list-symbolic</property> <property name="title" translatable="yes" context="A page title of the preferences dialog">Tasks</property> <child> - <object class="AdwPreferencesGroup" id="task_group"> + <object class="AdwPreferencesGroup" id="task_list_group"> <property name="title" translatable="yes">Task List</property> <property name="visible">True</property> <child> @@ -225,6 +225,24 @@ </child> </object> </child> + <child> + <object class="AdwPreferencesGroup" id="task_input_group"> + <property name="title" translatable="yes">Task Input</property> + <property name="visible">True</property> + <child> + <object class="AdwActionRow"> + <property name="title" translatable="yes">_Autocomplete</property> + <property name="use_underline">True</property> + <property name="activatable_widget">autocomplete_switch</property> + <child> + <object class="GtkSwitch" id="autocomplete_switch"> + <property name="valign">center</property> + </object> + </child> + </object> + </child> + </object> + </child> </object> </child> <child> |