Prevent users from accidentally enabling action cooldowns

This commit is contained in:
WarmUpTill
2024-07-06 17:24:42 +02:00
committed by WarmUpTill
parent bfc51b2df5
commit 8032dde045
4 changed files with 23 additions and 2 deletions

View File

@@ -131,6 +131,7 @@ public:
RECORINDG_OR_STREAMING
};
AutoStart autoStartEvent = AutoStart::NEVER;
bool enableCooldown = false;
Duration cooldown;
bool showSystemTrayNotifications = false;
bool transitionOverrideOverride = false;