mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Added new Bang "!SetClip"
Usage - !SetClip "Text to set, #Variable#, [Measure]" Dynamic Variables is only needed if a dynamic #Variable# is used, it is not needed for a [Measure] to appear dynamically.
This commit is contained in:
@ -1653,6 +1653,10 @@ BOOL CRainmeter::ExecuteBang(const std::wstring& bang, const std::wstring& arg,
|
||||
{
|
||||
BangWithArgs(BANG_SETTRANSPARENCY, args, 1);
|
||||
}
|
||||
else if (_wcsicmp(name, L"SetClip") == 0)
|
||||
{
|
||||
BangWithArgs(BANG_SETCLIP, args, 1);
|
||||
}
|
||||
else if (_wcsicmp(name, L"SetVariable") == 0)
|
||||
{
|
||||
BangWithArgs(BANG_SETVARIABLE, args, 2);
|
||||
|
Reference in New Issue
Block a user