mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-03-25 01:11:06 -04:00
Use up-to-date controller list in profile manager
This commit is contained in:
@@ -50,7 +50,7 @@ ResourceManager::ResourceManager()
|
||||
/*-------------------------------------------------------------------------*\
|
||||
| Load sizes list from file |
|
||||
\*-------------------------------------------------------------------------*/
|
||||
profile_manager = new ProfileManager(rgb_controllers, GetConfigurationDirectory());
|
||||
profile_manager = new ProfileManager(GetConfigurationDirectory());
|
||||
rgb_controllers_sizes = profile_manager->LoadProfileToList("sizes.ors");
|
||||
|
||||
/*-------------------------------------------------------------------------*\
|
||||
|
||||
Reference in New Issue
Block a user