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 (tmow) <antenore@simbiosi.org>2022-03-02 16:21:02 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2022-03-02 16:21:02 +0300
commit297caed269938c2833e7ec09f4dfb0b48e8a6ca1 (patch)
treeca8b8194ad9480cdcbda179e2f262b4eb65e7552 /src/remmina_pref.h
parentdd0b67ff3cd66220caae90ad87dd1e3c36d3a7f3 (diff)
Optional close confirmation
This patch ammend the commit dbd73dcbfea559fec974de9af68a986d53ca3f93 adding an option for those not wanting to confirm. Fixes #2122 comment note_848622269 @emmguyot FYI Signed-off-by: Antenore Gatta (tmow) <antenore@simbiosi.org>
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 7e90d01b9..112abf564 100644
--- a/src/remmina_pref.h
+++ b/src/remmina_pref.h
@@ -143,6 +143,7 @@ typedef struct _RemminaPref {
gint recent_maximum;
gchar * resolutions;
gchar * keystrokes;
+ gboolean confirm_close;
/* In RemminaPrefDialog appearance tab */
gboolean dark_theme;
gboolean list_refresh_workaround;