Skip to content

Commit 64b82ad

Browse files
committed
[volt] lets add read_cfg to MANGOHUD_CONFIG to always load the user config
1 parent e3803ac commit 64b82ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gpu_launch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,7 @@ def _generate_frame_control_env_vars(frame_control_widgets):
638638
mangohud_config_parts.append(mapped_value)
639639

640640
if mangohud_config_parts:
641+
mangohud_config_parts.insert(0, 'read_cfg')
641642
config_value = ','.join(mangohud_config_parts)
642643
env_vars.append(f'MANGOHUD_CONFIG={config_value}')
643644

0 commit comments

Comments
 (0)