This commit is contained in:
Dax T. Games 2023-11-26 22:28:16 -05:00
parent 47292038ef
commit 38a91ded02

View File

@ -442,7 +442,7 @@ void StartCmder(std::wstring path = L"", bool is_single_mode = false, std::wstr
exit(1);
}
}
}
}
}
else if (!CopyFile(defaultCfgPath, cfgPath, FALSE) && PathFileExists(conEmuDir))
{