Skip to content

Commit

Permalink
BLD: change the information and links for AboutPage
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchipset committed Jun 26, 2024
1 parent af7b532 commit ce28102
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/Captura/Pages/AboutPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,29 @@
<StackPanel MinWidth="150"
Margin="10">
<DockPanel>
<captura:StatusBar DockPanel.Dock="Bottom"
<!--<captura:StatusBar DockPanel.Dock="Bottom"
Margin="7,3"
Opacity="0.9"/>
Opacity="0.9"/>-->

<TextBlock TextWrapping="Wrap"
LineHeight="30"
Style="{StaticResource TextColor}">
<Run FontSize="20" Text="Captura"/> <Run Text="{Binding AppVersion, Mode=OneWay}"/><LineBreak/>
© <Run Text="{Binding Year, Source={x:Static sys:DateTime.Now}, Mode=OneWay}"/> <Hyperlink CommandParameter="https://github.com/MathewSachin">Mathew Sachin</Hyperlink>
© <Run Text="2019"/> <Hyperlink CommandParameter="https://github.com/MathewSachin">Mathew Sachin</Hyperlink>
© <Run Text="{Binding Year, Source={x:Static sys:DateTime.Now}, Mode=OneWay}"/> <Hyperlink CommandParameter="https://github.com/mrchipset">Mr. Chip</Hyperlink>
</TextBlock>
</DockPanel>

<WrapPanel HorizontalAlignment="Center">
<captura:ModernButton Content="GitHub"
IconData="{Binding Icons.GitHub, Source={StaticResource ServiceLocator}}"
Command="{Binding HyperlinkCommand}"
CommandParameter="https://github.com/MathewSachin/Captura/"/>
CommandParameter="https://github.com/mrchipset/nCaptura/"/>

<captura:ModernButton Content="{Binding Donate, Source={StaticResource Loc}, Mode=OneWay}"
<!--<captura:ModernButton Content="{Binding Donate, Source={StaticResource Loc}, Mode=OneWay}"
IconData="{Binding Icons.PayPal, Source={StaticResource ServiceLocator}}"
Command="{Binding HyperlinkCommand}"
CommandParameter="https://www.paypal.me/MathewSachin"/>
CommandParameter="https://www.paypal.me/MathewSachin"/>-->

<captura:ModernButton Content="{Binding Website, Source={StaticResource Loc}, Mode=OneWay}"
IconData="{Binding Icons.Web, Source={StaticResource ServiceLocator}}"
Expand Down

0 comments on commit ce28102

Please sign in to comment.