mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-07 17:16:00 -05:00
Avoid deadlocks while opening settings window and calling frontend API
This commit is contained in:
@@ -90,7 +90,7 @@ struct SwitcherData {
|
||||
|
||||
std::condition_variable cv;
|
||||
std::mutex m;
|
||||
std::unique_lock<std::mutex> *mainLoopLock;
|
||||
std::unique_lock<std::mutex> *mainLoopLock = nullptr;
|
||||
|
||||
bool transitionActive = false;
|
||||
bool waitForTransition = false;
|
||||
|
||||
Reference in New Issue
Block a user