We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f3340 commit 2a31233Copy full SHA for 2a31233
Telegram/Controls/SettingsRadioButton.cs
@@ -15,7 +15,7 @@ public class SettingsRadioButton : FauxRadioButton
15
16
public SettingsRadioButton()
17
{
18
- DefaultStyleKey = typeof(SettingsCheckBox);
+ DefaultStyleKey = typeof(SettingsRadioButton);
19
}
20
21
protected override void OnApplyTemplate()
0 commit comments