Sync renderer safety push

This commit is contained in:
Lorenzune
2026-04-21 08:57:35 +02:00
parent db3e8394ea
commit 7bf552824f
53 changed files with 1182 additions and 36 deletions
@@ -129,6 +129,11 @@ export class ConfigurationManager implements IConfigurationManager
}
}
if(value.indexOf('%timestamp%') >= 0)
{
value = value.replace(/%timestamp%/gi, Date.now().toString());
}
return value;
}