flightlessmango / MangoHud

A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more. Discord: https://discordapp.com/invite/Gj5YmBb
MIT License
6.11k stars 263 forks source link

Fix issue where presets weren't applied when MANGOHUD_CONFIG is set #1326

Closed ForTheReallys closed 1 month ago

ForTheReallys commented 1 month ago

If MANGOHUD_CONFIG is set and neither read_cfg nor preset options were specified, the user was unable to swap presets. This PR also fixes another minor bug that popped up in this scenario which caused the _currentpreset variable to be uninitialized.

Fixes #1298