mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixed: IfActions not fired when measure is disabled
This commit is contained in:
@ -31,10 +31,9 @@ public:
|
||||
|
||||
virtual UINT GetTypeID() { return TypeID<CMeasureCPU>(); }
|
||||
|
||||
virtual bool Update();
|
||||
|
||||
protected:
|
||||
virtual void ReadConfig(CConfigParser& parser, const WCHAR* section);
|
||||
virtual void UpdateValue();
|
||||
|
||||
private:
|
||||
void CalcUsage(double idleTime, double systemTime);
|
||||
|
Reference in New Issue
Block a user