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-01-15 02:32:16 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2022-01-15 02:32:16 +0300
commit1a1d23cf533c0964967928ec9a1352ae328fe2e1 (patch)
tree02e40431262d39b6888811b3b23bbd892779604c /src/remmina_pref.h
parent9f0784aad43a1ea42ca511407516ac10c1c83241 (diff)
Refactoring security tab, solves #2676
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 198197b80..7e90d01b9 100644
--- a/src/remmina_pref.h
+++ b/src/remmina_pref.h
@@ -86,6 +86,7 @@ enum {
REMMINA_TAB_NONE = 3
};
+/* Remember to add the id 0, 4 and 5 in the remmina pref editor */
enum {
RM_ENC_MODE_SECRET = 0, /* Using libsecret */
RM_ENC_MODE_SODIUM_INTERACTIVE = 1, /* Using libsodium */