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.h
parent09a52a13de3dd74192dcec6c7e2238dd8c9b0921 (diff)
Initial implementation of the master password
Diffstat (limited to 'src/remmina_pref.h')
-rw-r--r--src/remmina_pref.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/remmina_pref.h b/src/remmina_pref.h
index ae6426f55..001a94066 100644
--- a/src/remmina_pref.h
+++ b/src/remmina_pref.h
@@ -116,6 +116,7 @@ typedef struct _RemminaPref {
gboolean deny_screenshot_clipboard;
const gchar *screenshot_name;
gboolean save_view_mode;
+ gboolean use_master_password;
gint default_action;
gint scale_quality;
gint auto_scroll_step;