mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixed that IfAction state is not reset after disabling since 4a8bc1b
This commit is contained in:
@ -57,7 +57,7 @@ public:
|
||||
const WCHAR* GetName() { return m_Name.c_str(); }
|
||||
const std::wstring& GetOriginalName() { return m_Name; }
|
||||
|
||||
void Disable() { m_Disabled = true; }
|
||||
void Disable();
|
||||
void Enable() { m_Disabled = false; }
|
||||
bool IsDisabled() { return m_Disabled; }
|
||||
|
||||
|
Reference in New Issue
Block a user