minor fix

This commit is contained in:
2025-11-22 10:59:47 +01:00
parent ec2bb1bb1e
commit 0ffd801743
8 changed files with 105 additions and 32 deletions

View File

@ -14,4 +14,5 @@ public:
private:
// Local per-state variables if needed
bool localPaused = false;
int exitPopupSelectedButton = 1; // 0 = YES, 1 = NO (default to NO for safety)
};