mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Rainmeter.stats is now updated periodically only if NetTotal measure has been used in current session.
This commit is contained in:
@ -30,7 +30,8 @@ typedef VOID (NETIOAPI_API_ * FPFREEMIBTABLE)(PVOID Memory);
|
||||
class CMeasureNet : public CMeasure
|
||||
{
|
||||
public:
|
||||
enum NET {
|
||||
enum NET
|
||||
{
|
||||
NET_IN,
|
||||
NET_OUT,
|
||||
NET_TOTAL
|
||||
|
Reference in New Issue
Block a user