Skip to content

Commit

Permalink
Add and hook up locale switch, see: phetsims/number-pairs#22
Browse files Browse the repository at this point in the history
  • Loading branch information
marlitas committed Dec 12, 2024
1 parent 1d0ef7c commit bb90846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/compare/view/LocaleRadioButtonGroup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default class LocaleRadioButtonGroup extends VerticalAquaRadioButtonGroup
radioButtonOptions: {
radius: RADIO_BUTTON_RADIUS
},
visibleProperty: new DerivedProperty( [ numberComparePreferences.showSecondLocaleProperty ], showSecondLocale => showSecondLocale )
visibleProperty: new DerivedProperty( [ numberComparePreferences.secondLocaleEnabledProperty ], showSecondLocale => showSecondLocale )
} );

// Speak speechData if autoHear is turned on.
Expand Down

0 comments on commit bb90846

Please sign in to comment.