mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixed bangs using "[[Measure]]"
This commit is contained in:
@ -217,7 +217,7 @@ public:
|
||||
const std::wstring& GetTrayExecuteDM() { return m_TrayExecuteDM; }
|
||||
|
||||
void ExecuteBang(const WCHAR* bang, std::vector<std::wstring>& args, CMeterWindow* meterWindow);
|
||||
void ExecuteCommand(const WCHAR* command, CMeterWindow* meterWindow);
|
||||
void ExecuteCommand(const WCHAR* command, CMeterWindow* meterWindow, bool multi = true);
|
||||
void DelayedExecuteCommand(const WCHAR* command);
|
||||
|
||||
void RefreshAll();
|
||||
|
Reference in New Issue
Block a user