mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
This commit is contained in:
parent
74cd1be585
commit
7c3c4e1bf1
@ -177,7 +177,7 @@ UINT Initialize(HMODULE instance, LPCTSTR iniFile, LPCTSTR section, UINT id)
|
||||
data->stringIndex2 = _wtoi(tmpSz);
|
||||
}
|
||||
|
||||
tmpSz = ReadConfigString(section, L"UpdateRate", L"1");
|
||||
tmpSz = ReadConfigString(section, L"UpdateRate", L"600");
|
||||
if (tmpSz)
|
||||
{
|
||||
data->updateRate = _wtoi(tmpSz);
|
||||
|
Loading…
Reference in New Issue
Block a user