mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
IfActions: Read condition options after measure value is changed to properly support section variables
This commit is contained in:
@ -61,7 +61,7 @@ public:
|
||||
void ReadOptions(ConfigParser& parser) { ReadOptions(parser, GetName()); }
|
||||
|
||||
virtual void Initialize();
|
||||
bool Update();
|
||||
bool Update(bool rereadOptions = false);
|
||||
|
||||
void Disable();
|
||||
void Enable();
|
||||
|
Reference in New Issue
Block a user