mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Optimized ConfigParser. Reduced processing time on startup and on refreshing.
This commit is contained in:
@ -1778,7 +1778,7 @@ void CMeterWindow::ReadConfig()
|
||||
m_ConfigGroup = L"";
|
||||
|
||||
CConfigParser parser;
|
||||
parser.Initialize(iniFile.c_str(), m_Rainmeter);
|
||||
parser.Initialize(iniFile.c_str(), m_Rainmeter, NULL, m_SkinName.c_str());
|
||||
|
||||
for (int i = 0; i < 2; ++i)
|
||||
{
|
||||
|
Reference in New Issue
Block a user