mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
- Fixed that [!RainmeterPluginBang "SomeMeasure Play"] did not work with iTunesPlugin
- Minor changes to illustro and Rainstaller
This commit is contained in:
@ -718,6 +718,10 @@ void ExecuteBang(LPCTSTR args, UINT id)
|
||||
{
|
||||
command = COMMAND_PAUSE;
|
||||
}
|
||||
else if (_wcsicmp(args, L"Play") == 0)
|
||||
{
|
||||
command = COMMAND_PLAY;
|
||||
}
|
||||
else if (_wcsicmp(args, L"PlayPause") == 0)
|
||||
{
|
||||
command = COMMAND_PLAYPAUSE;
|
||||
|
Reference in New Issue
Block a user