mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Add !PauseMeasure, !UnpauseMeasure, and !TogglePauseMeasure bangs. This is similar to a disabled measure, only it retains its value instead of changing to 0.
Also, group bangs !PauseMeasureGroup, !UnpauseMeasureGroup, and !TogglePauseMeasureGroup bangs have been added.
This commit is contained in:
@ -127,6 +127,9 @@ public:
|
||||
void DisableMeasure(const std::wstring& name, bool group = false);
|
||||
void EnableMeasure(const std::wstring& name, bool group = false);
|
||||
void ToggleMeasure(const std::wstring& name, bool group = false);
|
||||
void PauseMeasure(const std::wstring& name, bool group = false);
|
||||
void UnpauseMeasure(const std::wstring& name, bool group = false);
|
||||
void TogglePauseMeasure(const std::wstring& name, bool group = false);
|
||||
void UpdateMeasure(const std::wstring& name, bool group = false);
|
||||
void Deactivate();
|
||||
void Refresh(bool init, bool all = false);
|
||||
|
Reference in New Issue
Block a user