diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-03 23:17:56 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-03 23:17:56 +0200 |
| commit | a7a8cd74f2f32de8b708c78cc8bc9c0cf17d60f5 (patch) | |
| tree | cb582fa9ed35e1c7383675761b5955922aef3617 /src/lib | |
| parent | 996d8defbb783e5c82ef31a71fb6a06a6a5ab873 (diff) | |
Show an explanatory message if the player is not performing very well (#1932).
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/config.h | 4 |
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 }; |
