mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Added support for !SetOption and ContextTitle and ContextAction. Also added a disabled label for top level actions.
This commit is contained in:
@ -234,8 +234,6 @@ public:
|
||||
|
||||
bool GetMeterToolTipHidden() { return m_ToolTipHidden; }
|
||||
|
||||
bool HasCustomContextMenu() { return m_HasCustomContextMenu; }
|
||||
|
||||
const CMouse& GetMouse() { return m_Mouse; }
|
||||
|
||||
void MakePathAbsolute(std::wstring& path);
|
||||
@ -434,8 +432,6 @@ private:
|
||||
|
||||
bool m_ToolTipHidden;
|
||||
|
||||
bool m_HasCustomContextMenu;
|
||||
|
||||
static int c_InstanceCount;
|
||||
|
||||
static HINSTANCE c_DwmInstance;
|
||||
|
Reference in New Issue
Block a user