mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-12 12:18:35 -05:00
Add option to disable saving when switching macros
This commit is contained in:
@@ -742,7 +742,10 @@ void AdvSceneSwitcher::MacroSelectionChanged()
|
||||
return;
|
||||
}
|
||||
SetEditMacro(*macro);
|
||||
obs_frontend_save();
|
||||
|
||||
if (GetGlobalMacroSettings()._saveSettingsOnMacroChange) {
|
||||
obs_frontend_save();
|
||||
}
|
||||
}
|
||||
|
||||
void AdvSceneSwitcher::HighlightOnChange()
|
||||
|
||||
Reference in New Issue
Block a user