mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
WebParser.dll: Fixed that [measures] in FinishAction were not dynamic
This commit is contained in:
parent
cfd50acd3c
commit
9a0a75685d
@ -568,7 +568,7 @@ PLUGIN_EXPORT void Reload(void* data, void* rm, double* maxValue)
|
||||
|
||||
measure->url = RmReadString(rm, L"Url", L"", FALSE);
|
||||
measure->regExp = RmReadString(rm, L"RegExp", L"");
|
||||
measure->finishAction = RmReadString(rm, L"FinishAction", L"");
|
||||
measure->finishAction = RmReadString(rm, L"FinishAction", L"", FALSE);
|
||||
measure->errorString = RmReadString(rm, L"ErrorString", L"");
|
||||
|
||||
measure->stringIndex = RmReadInt(rm, L"StringIndex", 0);
|
||||
|
Loading…
Reference in New Issue
Block a user