Cleanup / style changes

This commit is contained in:
WarmUpTill
2026-04-07 22:39:24 +02:00
committed by WarmUpTill
parent 99629e8c66
commit 1483f9d9dc
12 changed files with 71 additions and 134 deletions

View File

@@ -92,12 +92,11 @@ bool SwitcherData::checkExeSwitch(OBSWeakSource &scene,
}
std::string title = switcher->currentTitle;
QStringList runningProcesses;
bool ignored = false;
bool match = false;
// Check for match
GetProcessList(runningProcesses);
const auto runningProcesses = GetProcessList();
for (ExecutableSwitch &s : executableSwitches) {
if (!s.initialized()) {
continue;