Fix checkSwitchInfoFromFile ignoring file switch puase (#127)

This commit is contained in:
WarmUpTill
2021-02-21 20:16:51 +01:00
committed by GitHub
parent 499ba7dd21
commit 326617aad7

View File

@@ -118,7 +118,8 @@ void SwitcherData::writeToStatusFile(QString msg)
void SwitcherData::checkSwitchInfoFromFile(bool &match, OBSWeakSource &scene,
OBSWeakSource &transition)
{
if (!fileIO.readEnabled || fileIO.readPath.empty()) {
if (!fileIO.readEnabled || fileIO.readPath.empty() ||
FileSwitch::pause) {
return;
}