mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
- Changed an interval of writing network statistics from a minute to two minutes.
- Code cosmetic changes.
This commit is contained in:
@ -123,6 +123,8 @@ public:
|
||||
int Initialize(HINSTANCE hInstance, LPCWSTR szPath);
|
||||
int MessagePump();
|
||||
|
||||
void SetNetworkStatisticsTimer();
|
||||
|
||||
CConfigParser* GetCurrentParser() { return m_CurrentParser; }
|
||||
void SetCurrentParser(CConfigParser* parser) { m_CurrentParser = parser; }
|
||||
|
||||
|
Reference in New Issue
Block a user