@ -334,7 +334,7 @@ bool ProfileManager::LoadProfileWithOptions
void ProfileManager::DeleteProfile(std::string profile_name)
{
remove(profile_name.c_str());
remove((configuration_directory + profile_name).c_str());
UpdateProfileList();
}