flightlessmango / MangoHud

A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more. Discord: https://discordapp.com/invite/Gj5YmBb
MIT License
6.28k stars 272 forks source link

Can't get time_no_label to work #1239

Closed GenocideStomper closed 6 months ago

GenocideStomper commented 6 months ago

Describe the bug I've upgraded from 0.7.0 to 0.7.1. One of the changes is that there's (imo) an unnecessary title next to the time. In the README.md and data/MangoHud.conf files there's mention of a new "time_no_label" variable, which "removes the time label".

Putting time_no_label in my MangoHud.conf makes no different. I've tried the following along with the result:

1.: time & time_no_label --> shows time label 2.: only time_no_label --> shows no time (and of course no time label) 3.: time & time_no_label=true --> shows time label

Am I doing something wrong with how the parameter is supposed to be used?

List relevant hardware/software information

To Reproduce Steps to reproduce the behavior:

  1. Update to MangoHud 0.7.1
  2. Put time_no_label in MangoHud.conf
  3. (Optional?) Put time in MangoHud.conf
  4. Start game, still see time label

Expected behavior Putting time_no_label in my MangoHud.conf file should remove the time label

Screenshots CS2 screenshot Config screenshot image

Additional context Running from the command line gives the error: Unknown option 'time_no_label' (see screenshot 3)

flightlessmango commented 6 months ago

time_no_label is not in 0.7.1

GenocideStomper commented 6 months ago

Will it be in 0.7.2, and is there an ETA for it?

flightlessmango commented 6 months ago

It will be 0.7.2 but there is no ETA

GenocideStomper commented 6 months ago

Thanks. I'll downgrade to 0.7.0 and will wait for 0.7.2.