mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Cosmetics
This commit is contained in:
@ -99,11 +99,11 @@ void CMeasurePlugin::UpdateValue()
|
||||
** Reads the configs and loads & initializes the plugin
|
||||
**
|
||||
*/
|
||||
void CMeasurePlugin::ReadConfig(CConfigParser& parser, const WCHAR* section)
|
||||
void CMeasurePlugin::ReadOptions(CConfigParser& parser, const WCHAR* section)
|
||||
{
|
||||
static UINT id = 0;
|
||||
|
||||
CMeasure::ReadConfig(parser, section);
|
||||
CMeasure::ReadOptions(parser, section);
|
||||
|
||||
if (m_Initialized)
|
||||
{
|
||||
|
Reference in New Issue
Block a user