Tray app fixes
This commit is contained in:
parent
719f3788e6
commit
4c101c974d
@ -1 +0,0 @@
|
||||
stable
|
@ -315,8 +315,9 @@ void OpenUI()
|
||||
STARTUPINFO startupInfo = { sizeof(STARTUPINFO) };
|
||||
|
||||
LPWSTR args = new WCHAR[lstrlen(commandLineFiltered) + MAX_PATH + 2];
|
||||
lstrcpy(args, L"parity.exe ui ");
|
||||
lstrcpy(args, L"parity.exe ");
|
||||
lstrcat(args, commandLineFiltered);
|
||||
lstrcat(args, L" ui");
|
||||
CreateProcess(path, args, nullptr, nullptr, false, CREATE_NO_WINDOW, nullptr, nullptr, &startupInfo, &procInfo);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user