Closed mgavin closed 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)
!rs_toggle_logo.getBoolValue()
Thanks for your contribution!
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)