Remove Setting_ prefix from all settings keys
This commit is contained in:
parent
61d4b8fa5d
commit
f70c9cc63e
8 changed files with 10 additions and 10 deletions
|
|
@ -416,7 +416,7 @@ void ResourceManager::DetectDevicesThreadFunction()
|
|||
| Open device disable list and read in disabled |
|
||||
| device strings |
|
||||
\*-------------------------------------------------*/
|
||||
detector_settings = settings_manager->GetSettings("Setting_Detectors");
|
||||
detector_settings = settings_manager->GetSettings("Detectors");
|
||||
|
||||
/*-------------------------------------------------*\
|
||||
| Check HID safe mode setting |
|
||||
|
|
@ -756,7 +756,7 @@ void ResourceManager::DetectDevicesThreadFunction()
|
|||
|
||||
if(save_settings)
|
||||
{
|
||||
settings_manager->SetSettings("Setting_Detectors", detector_settings);
|
||||
settings_manager->SetSettings("Detectors", detector_settings);
|
||||
|
||||
settings_manager->SaveSettings();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue