Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2021-02-08 11:40:40 +0300
committerAntenore Gatta <antenore@simbiosi.org>2021-02-08 11:40:40 +0300
commit064d2964150f432e181e08878be6a74e3ce08ae4 (patch)
tree0b5c5f3f40c383259227ef8b7070db0133a21fe0 /src/remmina_pref_dialog.h
parenta4f4e7eb0ab850bf01a93cef65b0502ddc490c6e (diff)
Implement fullscreen toolbar colors switch
Diffstat (limited to 'src/remmina_pref_dialog.h')
-rw-r--r--src/remmina_pref_dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/remmina_pref_dialog.h b/src/remmina_pref_dialog.h
index 0aa28e246..7d3ea0676 100644
--- a/src/remmina_pref_dialog.h
+++ b/src/remmina_pref_dialog.h
@@ -53,6 +53,7 @@ typedef struct _RemminaPrefDialog {
GtkEntry * entry_options_file_name;
GtkFileChooser * filechooserbutton_options_screenshots_path;
GtkEntry * entry_options_screenshot_name;
+ GtkSwitch * switch_appearance_grab_color;
GtkSwitch * switch_options_deny_screenshot_clipboard;
GtkSwitch * switch_options_remember_last_view_mode;
GtkSwitch * switch_security_use_master_password;