Documenting log uploading

pull/253/head
FlightlessMango 4 years ago
parent 612d3b761d
commit 49bfead602

@ -166,6 +166,8 @@ A partial list of parameters are below. See the config file for a complete list.
| `gpu_name` | Displays GPU name from pci.ids |
| `gpu_power` | Display GPU draw in watts |
| `engine_version` | Display OpenGL or vulkan and vulkan-based render engine's version |
| `permit_upload` | Allow uploading of logs to Flightlessmango.com |
| `upload_log` | Change keybind for uploading log |
Example: `MANGOHUD_CONFIG=cpu_temp,gpu_temp,position=top-right,height=500,font_size=32`

@ -109,6 +109,7 @@ background_alpha=0.5
#toggle_hud=Shift_R+F12
#toggle_logging=Shift_L+F2
#reload_cfg=Shift_L+F4
#upload_log=Shift+F3
################## LOG #################
@ -116,3 +117,5 @@ background_alpha=0.5
# log_duration
### Define name and location of the output file (Required for logging)
# output_file
### Permit uploading logs directly to Flightlessmango.com
# permit_upload=1
Loading…
Cancel
Save