remove extra {}

This commit is contained in:
Dax T. Games 2024-08-20 12:25:33 +00:00
parent 82ab068f12
commit f4f6255c1a

View File

@ -442,7 +442,6 @@ void StartCmder(std::wstring path = L"", bool is_single_mode = false, std::wstr
exit(1);
}
}
}
else if (PathFileExists(cfgPath)) // This is a first time Cmder.exe run and [terminal emulator config] file exists, copy [terminal emulator config] file to config/user_[terminal emulator config] file.
{
if (!CopyFile(cfgPath, userCfgPath, FALSE))