Lyliya / RocketStats

BakkesMod plugin for session information (MMR, Win, Loss, Streak, eg.) in game and in OBS
https://bakkesplugins.com/plugins/view/30
MIT License
29 stars 9 forks source link

Fix toggle logo in settings menu #23

Closed mgavin closed 2 years ago

mgavin commented 2 years ago

Corrected the wording for the rs_toggle_logo boolean.

For some reason the two spaces after line 6 in the settings prevented it from rendering correctly. (My guess is some kind of markdown parsing behavior??).

Also, rs_toggle_logo, tied to https://github.com/Lyliya/RocketStats/blob/master/RocketStats/Managements/WindowManagement.cpp#L64, says "when true, show the logo", so the wording was backwards in the settings. (instead of doing !rs_toggle_logo.getBoolValue(), I just changed the wording in the settings)

Larsluph commented 2 years ago

Thanks for your contribution!