From 366e9cee77c04d4a381f55d6ee8ce4c15e0d0c3b Mon Sep 17 00:00:00 2001 From: Gabriel Brand Date: Mon, 12 Feb 2024 20:17:48 +0100 Subject: Update access keys --- src/ui/preferences_window.rs | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'src/ui/preferences_window.rs') diff --git a/src/ui/preferences_window.rs b/src/ui/preferences_window.rs index 7d8406b..90a28ff 100644 --- a/src/ui/preferences_window.rs +++ b/src/ui/preferences_window.rs @@ -33,20 +33,20 @@ mod imp { #[derive(Default, Debug, CompositeTemplate)] #[template(resource = "/com/lakoliu/Furtherance/gtk/preferences_window.ui")] pub struct FurPreferencesWindow { + // General Page + // Appearance Group #[template_child] pub appearance_group: TemplateChild, #[template_child] pub dark_theme_switch: TemplateChild, - #[template_child] - pub idle_group: TemplateChild, + // Idle Group #[template_child] pub notify_of_idle_expander: TemplateChild, #[template_child] pub notify_of_idle_spin: TemplateChild, - #[template_child] - pub timer_group: TemplateChild, + // Timer Group #[template_child] pub pomodoro_expander: TemplateChild, #[template_child] @@ -58,8 +58,8 @@ mod imp { #[template_child] pub inclusive_total_switch: TemplateChild, - #[template_child] - pub task_list_group: TemplateChild, + // Tasks Page + // Task List Group #[template_child] pub delete_confirmation_switch: TemplateChild, #[template_child] @@ -73,14 +73,16 @@ mod imp { #[template_child] pub show_tags_switch: TemplateChild, - #[template_child] - pub task_input_group: TemplateChild, + // Task Input Group #[template_child] pub autocomplete_switch: TemplateChild, + // Data Page + // Reports Group #[template_child] pub week_start_combo: TemplateChild, + // Database Group #[template_child] pub database_loc_row: TemplateChild, #[template_child] -- cgit 1.4.1