diff options
author | sinanmohd <pcmsinan@gmail.com> | 2023-02-24 22:40:59 +0530 |
---|---|---|
committer | sinanmohd <sinan@firemail.cc> | 2023-04-07 14:57:56 +0530 |
commit | d842e4658711865216b9b6c9942a2d749c01273c (patch) | |
tree | 58c9495e9b88840e6fcd763a1560df5fa20ae04d | |
parent | c48f212d834f537f786c3d2274e5c1c333118439 (diff) |
clean: remove "config" from mangohud warn message as it can also be generated by cmdline args
-rwxr-xr-x | soibox | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -497,7 +497,7 @@ setup_mangohud() MANGOHUD_CONFIGFILE="$(absolute_path "$mangohud" "$local_config" )" export MANGOHUD_CONFIGFILE else - warn "config, mangohud, ${1}, invalid option" + warn "mangohud, ${1}, invalid value" mangohud=off fi ;; |