This commit is contained in:
Dax T. Games 2023-11-24 15:25:46 -05:00
parent 3ff9737076
commit a7f19f56e8

View File

@ -516,8 +516,8 @@ void StartCmder(std::wstring path = L"", bool is_single_mode = false, std::wstr
else else
{ {
PathCombine(terminalPath, winDir, L"system32\\cmd.exe"); PathCombine(terminalPath, winDir, L"system32\\cmd.exe");
} }
} }
if (!streqi(cmderStart.c_str(), L"")) if (!streqi(cmderStart.c_str(), L""))
{ {