mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
some minor tweaks & cleanups
This commit is contained in:
@ -101,6 +101,10 @@ void CMeasurePlugin::ReadConfig(CConfigParser& parser, const WCHAR* section)
|
||||
|
||||
CMeasure::ReadConfig(parser, section);
|
||||
|
||||
// DynamicVariables is now disabled in MeasurePlugin due to a limitation of the re-initialization.
|
||||
// Do not set m_DynamicVariables to "true".
|
||||
m_DynamicVariables = false;
|
||||
|
||||
m_PluginName = parser.ReadString(section, L"Plugin", L"");
|
||||
|
||||
size_t pos = m_PluginName.rfind(L".");
|
||||
|
Reference in New Issue
Block a user