It was reported that the fallback to HKLM for configuration values does not work as intended.
Description
Description
Details
Details
- Commits
- rO1f378c00bda5: Fix HKLM fallback for config values
- Version
- master
Comment Actions
There were two ways to access the registry and the config value load did not fallback to HKLM. I've removed the second way and I've tested it and it works now as it uses the codepath with the fallback.