File tree Expand file tree Collapse file tree
fission/src/ui/modals/configuring Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -202,24 +202,14 @@ const GeneralTab: React.FC = () => (
202202 label = "Show Protected Zones"
203203 tooltip = "If disabled, protected zones will not be visible but will continue to function the same."
204204 />
205- < GeneralTabCheckbox
206- preference = "RenderSceneTags"
207- label = "Show Scene Tags"
208- tooltip = "Name tags above robot."
209- />
210- < GeneralTabCheckbox
211- preference = "RenderScoreboard"
212- label = "Show Scoreboard"
213- />
205+ < GeneralTabCheckbox preference = "RenderSceneTags" label = "Show Scene Tags" tooltip = "Name tags above robot." />
206+ < GeneralTabCheckbox preference = "RenderScoreboard" label = "Show Scoreboard" />
214207 < GeneralTabCheckbox
215208 preference = "ShowCenterOfMassIndicators"
216209 label = "Show Centers of Mass"
217210 tooltip = "Show a purple dot to indicate the center of mass of each robot in frame"
218211 />
219- < GeneralTabCheckbox
220- preference = "MuteAllSound"
221- label = "Mute All Sound"
222- />
212+ < GeneralTabCheckbox preference = "MuteAllSound" label = "Mute All Sound" />
223213 < GeneralTabSlider
224214 preference = "SFXVolume"
225215 label = "SFX Volume"
You can’t perform that action at this time.
0 commit comments