Remove Setting_ prefix from all settings keys

This commit is contained in:
Adam Honse
2020-12-03 12:02:15 -06:00
parent 61d4b8fa5d
commit f70c9cc63e
8 changed files with 10 additions and 10 deletions

View File

@@ -162,7 +162,7 @@ static const char *led_names[] =
* *
* DetectDebugControllers *
* *
* Add dummy controllers based on the Setting_DebugDevices key in the settings json *
* Add dummy controllers based on the DebugDevices key in the settings json *
* *
\******************************************************************************************/
@@ -173,7 +173,7 @@ void DetectDebugControllers(std::vector<RGBController*> &rgb_controllers)
/*-------------------------------------------------*\
| Get Debug Device settings from settings manager |
\*-------------------------------------------------*/
debug_settings = ResourceManager::get()->GetSettingsManager()->GetSettings("Setting_DebugDevices");
debug_settings = ResourceManager::get()->GetSettingsManager()->GetSettings("DebugDevices");
/*-------------------------------------------------*\
| If the Debug settings contains devices, process |