mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-03-29 03:11:11 -04:00
Fix profile deletion
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user