You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<RadioButtonContent="No name or message"Tag="{x:Bind Vm.NoNameOrMessageTag}"Margin="0,6"IsChecked="{x:Bind Vm.NoNameOrMessageChecked, Mode=TwoWay}"Checked="ShowNotificationText_Checked"/>
26
+
<RadioButtonContent="Name and message"Tag="{x:Bind Vm.NameAndMessageTag}"Margin="0,6"IsChecked="{x:Bind Vm.NameAndMessageChecked, Mode=OneWay}"Checked="ShowNotificationText_Checked"/>
<RadioButtonContent="No name or message"Tag="{x:Bind Vm.NoNameOrMessageTag}"Margin="0,6"IsChecked="{x:Bind Vm.NoNameOrMessageChecked, Mode=OneWay}"Checked="ShowNotificationText_Checked"/>
0 commit comments