summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/config.h b/src/lib/config.h
index 3371e48bf..0a48a00e1 100644
--- a/src/lib/config.h
+++ b/src/lib/config.h
@@ -392,6 +392,9 @@ public:
return _jump_to_selected;
}
+ /* This could be an enum class but we use the enum a lot to index _nagged
+ * so it means a lot of casts.
+ */
enum Nag {
NAG_DKDM_CONFIG,
NAG_ENCRYPTED_METADATA,
@@ -400,6 +403,7 @@ public:
NAG_IMPORT_DECRYPTION_CHAIN,
NAG_DELETE_DKDM,
NAG_32_ON_64,
+ NAG_TOO_MANY_DROPPED_FRAMES,
NAG_COUNT
};