mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Add "Paused=0/1" to measures. This is an addition to a883e9d
.
This commit is contained in:
@ -66,8 +66,8 @@ public:
|
||||
void Enable();
|
||||
bool IsDisabled() { return m_Disabled; }
|
||||
|
||||
void Pause() { m_Paused = true; }
|
||||
void Unpause() { m_Paused = false; }
|
||||
void Pause();
|
||||
void Unpause();
|
||||
bool IsPaused() { return m_Paused; }
|
||||
|
||||
virtual void Command(const std::wstring& command);
|
||||
|
Reference in New Issue
Block a user