|
34 | 34 | <ic:SymbolIcon Symbol="Dismiss" FontSize="24" VerticalAlignment="Center" HorizontalAlignment="Right" /> |
35 | 35 | </Button> |
36 | 36 |
|
37 | | - <Image x:Name="MegaImage" Grid.Row="2" Source="pack://application:,,,/LoginManagers/Icons/mega.png" Width="64" Height="64" /> |
| 37 | + <Image x:Name="MegaImage" Grid.Row="2" Source="pack://application:,,,/LoginManagers/Icons/mega-text.png" Width="Auto" Height="64" /> |
38 | 38 | <Grid Grid.Row="4" VerticalAlignment="Center"> |
39 | 39 | <Grid.ColumnDefinitions> |
40 | 40 | <ColumnDefinition Width="*" /> |
|
57 | 57 | <RowDefinition Height="Auto" /> |
58 | 58 | <RowDefinition Height="16" /> |
59 | 59 | <RowDefinition Height="Auto" /> |
| 60 | + <RowDefinition Height="8" /> |
| 61 | + <RowDefinition Height="Auto" /> |
60 | 62 | </Grid.RowDefinitions> |
61 | 63 |
|
62 | 64 | <!-- Normal login --> |
|
85 | 87 | VerticalAlignment="Center"/> |
86 | 88 | </Grid> |
87 | 89 | </Border> |
| 90 | + <TextBlock Grid.Row="12" Foreground="{StaticResource ForegroundBrush}" Opacity="0.66" > |
| 91 | + <ic:SymbolIcon Width="13" Height="13" FontSize="14" Symbol="Warning" VerticalAlignment="Center" Margin="0, 4, 2, 0" /> |
| 92 | + <Run Text="Please note that 2FA logins will not work as they are currently unsupported." BaselineAlignment="Center" /> |
| 93 | + </TextBlock> |
88 | 94 | </Grid> |
89 | 95 |
|
90 | 96 | <TextBlock Grid.Column="2" Padding="16, 0, 16, 0" FontSize="24" VerticalAlignment="Center" Text="or..." Foreground="{StaticResource DisabledButtonForeground}" /> |
91 | 97 |
|
92 | 98 | <Grid Grid.Column="3" Width="{Binding Converter={StaticResource MathConverter}, ConverterParameter=x/3, ElementName=AuthorFiles, Path=ActualWidth}"> |
93 | 99 | <!-- Normal login --> |
94 | | - <local:WJButton x:Name="LoginAnonymouslyButton" Text="Login Anonymously" Icon="PersonArrowRight" Width="Auto" ButtonStyle="Mono" /> |
| 100 | + <local:WJButton x:Name="LoginAnonymouslyButton" Text="Login anonymously" Icon="PersonArrowRight" Width="Auto" ButtonStyle="Color" /> |
95 | 101 | </Grid> |
96 | 102 | </Grid> |
97 | 103 | </Grid> |
|
0 commit comments