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

Method UpdateStatus

src/client/ui/float_sub_display_panel.cpp:290–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288 }
289
290 void SubDisplayPanel::UpdateStatus(const MsgClientFloatControllerPanelUpdate& msg) {
291 if (MsgClientFloatControllerPanelUpdate::EUpdate::kFullColorStatus == msg.update_type_) {
292 full_color_btn_->SetStatus(Settings::Instance()->IsFullColorEnabled());
293 }
294 }
295
296}

Callers

nothing calls this directly

Calls 2

IsFullColorEnabledMethod · 0.80
SetStatusMethod · 0.45

Tested by

no test coverage detected