mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-05-06 13:00:44 -05:00
Default to assuming OBS is shutting down
This reverts commit eea91b79b38b7c33561dc6c639d01dea8a802cdd.
This commit is contained in:
parent
86061b3cf1
commit
6e0f7ab38f
|
|
@ -310,7 +310,7 @@ bool HighlightUIElementsEnabled()
|
|||
|
||||
bool OBSIsShuttingDown()
|
||||
{
|
||||
return GetSwitcher() && GetSwitcher()->obsIsShuttingDown;
|
||||
return !GetSwitcher() || GetSwitcher()->obsIsShuttingDown;
|
||||
}
|
||||
|
||||
bool InitialLoadIsComplete()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user