mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
CommandHandler: Fixed typo in eca5dd0
This commit is contained in:
parent
e53b984bde
commit
b0423cd3ff
@ -719,7 +719,7 @@ void CommandHandler::DoManageBang(std::vector<std::wstring>& args, MeterWindow*
|
|||||||
args[1].c_str(),
|
args[1].c_str(),
|
||||||
(argsSize == 3) ? args[2].c_str() : L"");
|
(argsSize == 3) ? args[2].c_str() : L"");
|
||||||
}
|
}
|
||||||
else if (argsSize == 1)
|
else if (argsSize <= 1)
|
||||||
{
|
{
|
||||||
DialogManage::Open(args.empty() ? L"" : args[0].c_str());
|
DialogManage::Open(args.empty() ? L"" : args[0].c_str());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user