Skip to content

Commit 72070f9

Browse files
Fix profile deletion
1 parent 4b5d66e commit 72070f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ProfileManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ bool ProfileManager::LoadProfileWithOptions
334334

335335
void ProfileManager::DeleteProfile(std::string profile_name)
336336
{
337-
remove(profile_name.c_str());
337+
remove((configuration_directory + profile_name).c_str());
338338

339339
UpdateProfileList();
340340
}

0 commit comments

Comments
 (0)