Add support for variables in various path selections

This commit is contained in:
WarmUpTill
2023-03-18 22:56:49 +01:00
committed by WarmUpTill
parent b607940c8c
commit 2806fd6cdb
10 changed files with 36 additions and 33 deletions

View File

@@ -27,7 +27,7 @@ bool MacroActionRun::PerformAction()
void MacroActionRun::LogAction() const
{
vblog(LOG_INFO, "run \"%s\"", _procConfig.Path().c_str());
vblog(LOG_INFO, "run \"%s\"", _procConfig.UnresolvedPath().c_str());
}
bool MacroActionRun::Save(obs_data_t *obj) const
@@ -46,7 +46,7 @@ bool MacroActionRun::Load(obs_data_t *obj)
std::string MacroActionRun::GetShortDesc() const
{
return _procConfig.Path();
return _procConfig.UnresolvedPath();
}
MacroActionRunEdit::MacroActionRunEdit(