Added edit_mh_config_from_gui function (dont rewrite edit_db_from_gui)

This commit is contained in:
Boria138
2024-01-24 10:52:31 +06:00
parent 2fadc9ed72
commit 8ce87d05b9
2 changed files with 23 additions and 7 deletions

View File

@ -619,7 +619,8 @@ gui_MangoHud () {
export MANGOHUD_CONFIG="${GUI_MH_RESULT}"
edit_db_from_gui MANGOHUD_CONFIG PW_MANGOHUD PW_FPS_LIMIT
edit_db_from_gui PW_MANGOHUD PW_FPS_LIMIT
edit_mh_config_from_gui MANGOHUD_CONFIG
/usr/bin/env bash -c "${pw_full_command_line[*]}" &
exit 0
}