|
65 | 65 | <mahAppsControls:MetroWindow.RightWindowCommands> |
66 | 66 | <mahAppsControls:WindowCommands> |
67 | 67 | <StackPanel Orientation="Horizontal"> |
68 | | - <ComboBox ItemsSource="{Binding ProfileFiles}" SelectedItem="{Binding SelectedProfileFile}" DisplayMemberPath="Name" Foreground="{DynamicResource AccentColorBrush}" BorderThickness="0" MinWidth="100" HorizontalAlignment="Left" Margin="0,0,10,0" /> |
69 | | - <Button Command="{Binding OpenWebsiteCommand}" Opacity="1" Visibility="{Binding IsUpdateAvailable, Converter={StaticResource BooleanToVisibilityCollapsedConverter}}" CommandParameter="{x:Static resources:Resources.NETworkManager_LatestReleaseURL}" Cursor="Hand"> |
70 | | - <StackPanel Orientation="Horizontal"> |
71 | | - <Rectangle Width="20" Height="20" Fill="{Binding RelativeSource={RelativeSource AncestorType=Button}, Path=Foreground}"> |
72 | | - <Rectangle.OpacityMask> |
73 | | - <VisualBrush Stretch="Uniform" Visual="{iconPacks:Octicons Kind=DesktopDownload}" /> |
74 | | - </Rectangle.OpacityMask> |
75 | | - </Rectangle> |
76 | | - <TextBlock Text="{Binding UpdateText}" VerticalAlignment="Center" Margin="5,0,0,0" /> |
77 | | - </StackPanel> |
78 | | - </Button> |
79 | 68 | <Button Command="{Binding OpenWebsiteCommand}" Opacity="1" Visibility="{Binding IsUpdateAvailable, Converter={StaticResource BooleanToVisibilityCollapsedConverter}}" CommandParameter="{x:Static resources:Resources.NETworkManager_LatestReleaseURL}" Cursor="Hand"> |
80 | 69 | <StackPanel Orientation="Horizontal"> |
81 | 70 | <Rectangle Width="20" Height="20" Fill="{Binding RelativeSource={RelativeSource AncestorType=Button}, Path=Foreground}"> |
|
86 | 75 | <TextBlock Text="{Binding UpdateText}" VerticalAlignment="Center" Margin="5,0,0,0" /> |
87 | 76 | </StackPanel> |
88 | 77 | </Button> |
| 78 | + <ComboBox ItemsSource="{Binding ProfileFiles}" SelectedItem="{Binding SelectedProfileFile}" DisplayMemberPath="Name" Foreground="{DynamicResource AccentColorBrush}" BorderThickness="0" MinWidth="100" HorizontalAlignment="Left" Margin="0,0,10,0" /> |
89 | 79 | <Button Command="{Binding OpenWebsiteCommand}" ToolTip="{x:Static localization:Strings.StarForkTheProjectOnGitHub}" CommandParameter="{x:Static resources:Resources.NETworkManager_ProjectUrl}" Cursor="Hand"> |
90 | 80 | <StackPanel Orientation="Horizontal"> |
91 | 81 | <Rectangle Width="20" Height="20" Fill="{Binding RelativeSource={RelativeSource AncestorType=Button}, Path=Foreground}"> |
|
0 commit comments