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

Method UpdateStatus

src/client/ui/float_sub_control_panel.cpp:236–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234 }
235
236 void SubControlPanel::UpdateStatus(const MsgClientFloatControllerPanelUpdate& msg) {
237 if (MsgClientFloatControllerPanelUpdate::EUpdate::kClipboardSharedStatus == msg.update_type_) {
238 clibpboard_btn_->SetStatus(Settings::Instance()->clipboard_on_);
239 }
240 }
241
242 void SubControlPanel::RequestRefreshDesktop() {
243 context_->SendAppMessage(MsgClientHardUpdateDesktop{});

Callers

nothing calls this directly

Calls 1

SetStatusMethod · 0.45

Tested by

no test coverage detected