| 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 | } |
nothing calls this directly
no test coverage detected