mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-07-01 08:23:42 -04:00
feat: update check
This commit is contained in:
@ -42,18 +42,48 @@
|
||||
</TabControl>
|
||||
<Grid RowDefinitions="Auto,Auto" Grid.Row="2">
|
||||
<StackPanel Grid.Column="1" Height="50" VerticalAlignment="Bottom" Orientation="Vertical" HorizontalAlignment="Left">
|
||||
<Button Classes="Hyperlink" Name="github" Margin="10,0,0,5" Command="{Binding OpenGithub}" FontSize="15">
|
||||
<Button
|
||||
Classes="Hyperlink"
|
||||
Name="github"
|
||||
Margin="10,0,0,5"
|
||||
Command="{Binding OpenGithub}"
|
||||
FontSize="15"
|
||||
Cursor="Hand">
|
||||
github
|
||||
</Button>
|
||||
<Button Classes="Hyperlink" Name="Donate" Margin="10,0,0,0" Command="{Binding OpenDonate}" FontSize="15">
|
||||
<Button
|
||||
Classes="Hyperlink"
|
||||
Name="Donate"
|
||||
Margin="10,0,0,0"
|
||||
Command="{Binding OpenDonate}"
|
||||
FontSize="15"
|
||||
Cursor="Hand">
|
||||
Donate
|
||||
</Button>
|
||||
</StackPanel>
|
||||
<WrapPanel Grid.Column="2" Height="50" VerticalAlignment="Bottom" Orientation="Horizontal" HorizontalAlignment="Right">
|
||||
<Button Name="ToggleMonitor" Margin="10" Command="{Binding ToggleMonitor}" Content="{Binding ToggleButtonText}">
|
||||
<Button
|
||||
Classes="Hyperlink"
|
||||
Name="update"
|
||||
Margin="0,0,10,0"
|
||||
FontSize="15"
|
||||
Command="{Binding GetUpdate}"
|
||||
IsVisible="{Binding UpdateAvailable}"
|
||||
IsEnabled="{Binding UpdateAvailable}"
|
||||
Cursor="Hand">
|
||||
Update Available
|
||||
</Button>
|
||||
<Button
|
||||
Name="ToggleMonitor"
|
||||
Margin="10"
|
||||
Command="{Binding ToggleMonitor}"
|
||||
Content="{Binding ToggleButtonText}">
|
||||
Start Monitor
|
||||
</Button>
|
||||
<Button Name="ReadAll" Margin="10" Command="{Binding ReadAll}">
|
||||
<Button
|
||||
Name="ReadAll"
|
||||
Margin="10"
|
||||
Command="{Binding ReadAll}">
|
||||
Read All
|
||||
</Button>
|
||||
</WrapPanel>
|
||||
|
Reference in New Issue
Block a user