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>2019-03-21 01:17:25 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-03-21 01:17:25 +0300
commit1ec6d1083cdb48671717fd8ba10b42fe8b3784e6 (patch)
tree4f254242f32157abd9600959e45b5f0e2d9c279d /src/remmina_pref_dialog.h
parent09a52a13de3dd74192dcec6c7e2238dd8c9b0921 (diff)
Initial implementation of the master password
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 8005df1d9..f12048fb8 100644
--- a/src/remmina_pref_dialog.h
+++ b/src/remmina_pref_dialog.h
@@ -54,6 +54,7 @@ typedef struct _RemminaPrefDialog {
GtkEntry *entry_options_screenshot_name;
GtkSwitch *switch_options_deny_screenshot_clipboard;
GtkSwitch *switch_options_remember_last_view_mode;
+ GtkSwitch *switch_security_use_master_password;
GtkCheckButton *checkbutton_options_save_settings;
GtkCheckButton *checkbutton_appearance_fullscreen_on_auto;
GtkCheckButton *checkbutton_appearance_show_tabs;