MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / SetDisplayClientLogo

Method SetDisplayClientLogo

src/render_panel/gr_settings.cpp:367–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365 }
366
367 void GrSettings::SetDisplayClientLogo(int enable) {
368 sp_->Put(kStDisplayClientLogo, enable ? kStTrue : kStFalse);
369 }
370
371 bool GrSettings::IsClientLogoDisplaying() {
372 auto value = sp_->Get(kStDisplayClientLogo);

Callers 1

StControllerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected