Close config menu if "release foreground" message is detected

This commit is contained in:
Maschell
2024-05-03 15:08:24 +02:00
parent f1a33df12d
commit be24d2c67a
4 changed files with 25 additions and 3 deletions

View File

@@ -14,4 +14,6 @@ std::vector<void *> gAllocatedAddresses;
bool gNotificationModuleLoaded = false;
OSThread *gOnlyAcceptFromThread = nullptr;
OSThread *gOnlyAcceptFromThread = nullptr;
bool gConfigMenuShouldClose = false;