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:
@ -41,8 +41,6 @@ public:
|
||||
virtual ~CMeasureNet();
|
||||
|
||||
virtual UINT GetTypeID() { return TypeID<CMeasureNet>(); }
|
||||
|
||||
virtual bool Update();
|
||||
|
||||
static void UpdateIFTable();
|
||||
|
||||
@ -56,6 +54,8 @@ public:
|
||||
|
||||
protected:
|
||||
void ReadConfig(CConfigParser& parser, const WCHAR* section, CMeasureNet::NET net);
|
||||
void UpdateValue();
|
||||
|
||||
ULONG64 GetNetOctets(NET net);
|
||||
ULONG64 GetNetStatsValue(NET net);
|
||||
|
||||
|
Reference in New Issue
Block a user