Style changes platform-funcs.hpp

This commit is contained in:
WarmUpTill
2023-04-29 22:59:45 +02:00
committed by WarmUpTill
parent 443ffb7906
commit cd0d3862c7
10 changed files with 28 additions and 28 deletions

View File

@@ -103,7 +103,7 @@ bool SwitcherData::checkExeSwitch(OBSWeakSource &scene,
bool equals = runningProcesses.contains(s.exe);
bool matches = (runningProcesses.indexOf(
QRegularExpression(s.exe)) != -1);
bool focus = (!s.inFocus || isInFocus(s.exe));
bool focus = (!s.inFocus || IsInFocus(s.exe));
// True if current window is ignored AND switch equals OR matches last window
bool ignore =