aboutsummaryrefslogtreecommitdiff
path: root/src/ui/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/settings.h')
-rw-r--r--src/ui/settings.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ui/settings.h b/src/ui/settings.h
index 733efed..b2b7486 100644
--- a/src/ui/settings.h
+++ b/src/ui/settings.h
@@ -31,6 +31,25 @@ typedef struct UI_SETTINGS_Handle
31{ 31{
32 GtkBuilder *builder; 32 GtkBuilder *builder;
33 HdyPreferencesWindow *dialog; 33 HdyPreferencesWindow *dialog;
34
35 GtkSwitch *enable_notifications_switch;
36
37 GtkSwitch *read_receipts_switch;
38 GtkSwitch *whispering_switch;
39
40 GtkComboBox *auto_delete_combo_box;
41
42 GtkSwitch *auto_accept_invitations_switch;
43 GtkComboBox *delete_invitations_combo_box;
44 GtkButton *delete_invitations_button;
45
46 GtkSwitch *auto_accept_files_switch;
47 GtkFileChooserButton *download_folder_button;
48 GtkComboBox *delete_files_combo_box;
49 GtkButton *delete_files_button;
50
51 GtkComboBox *leave_chats_combo_box;
52 GtkButton *leave_chats_button;
34} UI_SETTINGS_Handle; 53} UI_SETTINGS_Handle;
35 54
36void 55void