mirror of
https://github.com/flightlessmango/MangoHud.git
synced 2024-11-10 01:10:27 +00:00
Disable fcat when full is present in conf file
This commit is contained in:
parent
3f15f2322f
commit
22abf62b76
@ -681,6 +681,7 @@ parse_overlay_config(struct overlay_params *params,
|
||||
params->enabled[OVERLAY_PARAM_ENABLED_mangoapp_steam] = 0;
|
||||
params->enabled[OVERLAY_PARAM_ENABLED_hide_fsr_sharpness] = 0;
|
||||
params->enabled[OVERLAY_PARAM_ENABLED_throttling_status] = 0;
|
||||
params->enabled[OVERLAY_PARAM_ENABLED_fcat] = 0;
|
||||
params->options.erase("full");
|
||||
}
|
||||
for (auto& it : params->options) {
|
||||
|
Loading…
Reference in New Issue
Block a user