Fixing profile loading #1135

This commit is contained in:
jath03 2021-02-24 14:39:08 -08:00 committed by Adam Honse
parent ea6e961a13
commit 84861ef989
5 changed files with 51 additions and 12 deletions

View file

@ -623,7 +623,7 @@ bool OptionSize(int *current_device, int *current_zone, std::string argument, Op
/*---------------------------------------------------------*\
| Save the profile |
\*---------------------------------------------------------*/
ResourceManager::get()->GetProfileManager()->SaveProfile("sizes.ors");
ResourceManager::get()->GetProfileManager()->SaveProfile("sizes", true);
return true;
}