Fix profile deletion
This commit is contained in:
parent
4b5d66ee12
commit
72070f95ad
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue