Fix profile deletion

master
Adam Honse 5 years ago
parent 4b5d66ee12
commit 72070f95ad

@ -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();
}

Loading…
Cancel
Save