mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Add #ROOTCONFIG# variable
This commit is contained in:
@ -104,6 +104,7 @@ void ConfigParser::SetBuiltInVariables(const std::wstring& filename, const std::
|
||||
{
|
||||
insertVariable(L"CURRENTFILE", meterWindow->GetFileName());
|
||||
insertVariable(L"CURRENTCONFIG", meterWindow->GetFolderPath());
|
||||
insertVariable(L"ROOTCONFIG", meterWindow->GetRootName());
|
||||
insertVariable(L"ROOTCONFIGPATH", meterWindow->GetRootPath());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user