mirror of
https://github.com/BubbaGumpShrump/AutoTrackR2.git
synced 2025-07-12 22:47:50 +00:00
2.0.3
This commit is contained in:
parent
23bee3925f
commit
7484ec15f8
3 changed files with 9 additions and 5 deletions
AutoTrackR2
|
@ -25,9 +25,13 @@
|
|||
<TextBlock x:Name="AvailableVersionText" Text="Checking..." FontSize="16" VerticalAlignment="Center" Foreground="{DynamicResource TextBrush}"/>
|
||||
</StackPanel>
|
||||
|
||||
<StackPanel Orientation="Horizontal" Margin="20" Grid.Row="2">
|
||||
<TextBlock Text="Still a work in progress. Please uninstall current version before installing update." FontSize="16" Foreground="{DynamicResource TextBrush}" />
|
||||
</StackPanel>
|
||||
|
||||
<!-- Install Button -->
|
||||
<StackPanel HorizontalAlignment="Right" VerticalAlignment="Bottom" Grid.Row="2" Grid.Column="2">
|
||||
<Button x:Name="InstallButton" Content="Install Update" Width="150" Height="40" IsEnabled="False"
|
||||
<Button x:Name="InstallButton" Content="Download Update" Width="150" Height="40" IsEnabled="False"
|
||||
Click="InstallButton_Click" Style="{StaticResource DisabledButtonStyle}" FontFamily="{StaticResource Orbitron}"/>
|
||||
</StackPanel>
|
||||
</Grid>
|
||||
|
|
|
@ -9,7 +9,7 @@ namespace AutoTrackR2
|
|||
{
|
||||
public partial class UpdatePage : UserControl
|
||||
{
|
||||
private string currentVersion = "v2.0-beta.2";
|
||||
private string currentVersion = "v2.0-beta.3";
|
||||
private string latestVersion;
|
||||
|
||||
public UpdatePage()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue