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
<ButtonHorizontalAlignment="Center"Foreground="#2190EA"Background="White"Click="Button_Click">Register a new Signal account</Button>
34
-
<TextBlockHorizontalAlignment="Center"Foreground="White"TextWrapping="WrapWholeWords"Margin="0 15 0 0">Registering a new Signal account will terminate any previously registered accounts associated with your phone number, and unlink all slave devices.</TextBlock>
35
-
</StackPanel>
36
-
<StackPanel Grid.Row="1"Margin="20">
37
-
<ButtonHorizontalAlignment="Center"Foreground="#2190EA"Background="White"Click="Button_Click_1">Link to an existing Signal account</Button>
38
-
<TextBlockHorizontalAlignment="Center"Foreground="White"TextWrapping="WrapWholeWords"Margin="0 15 0 0">Link this device to an existing Signal master device. We will keep all contacts, groups and messages in sync.</TextBlock>
<TextBlockText="Welcome to Signal for Windows"Foreground="White"FontSize="46"FontWeight="Light"HorizontalAlignment="Center"Margin="0,50,0,0"/>
30
+
<Buttonx:Name="RegisterButton"HorizontalAlignment="Center"Foreground="#2190EA"Background="White"Content="Register a new Signal account"Margin="0,50,0,0"Click="RegisterButton_Click"/>
31
+
<Buttonx:Name="LinkButton"HorizontalAlignment="Center"Foreground="#2190EA"Background="White"Content="Link to an existing Signal account"Margin="0,20,0,0"Click="LinkButton_Click"/>
0 commit comments