| 238 | return string::translate("MenuBar.view.cableOpacity"); |
| 239 | } |
| 240 | std::string getUnit() override { |
| 241 | return "%"; |
| 242 | } |
| 243 | }; |
| 244 | struct CableOpacitySlider : ui::Slider { |
| 245 | CableOpacitySlider() { |
nothing calls this directly
no outgoing calls
no test coverage detected