Skip to content

Commit

Permalink
Make update more visible
Browse files Browse the repository at this point in the history
  • Loading branch information
sabihoshi committed May 29, 2021
1 parent fac8ec9 commit 2b5adac
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions GenshinLyreMidiPlayer.WPF/Views/SettingsPageView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,28 +100,6 @@
ItemsSource="{x:Static transitions:TransitionCollection.Transitions}" />
</Expander>

<GroupBox Header="License">
<ui:SimpleStackPanel Margin="10">
<TextBlock>
Created by © 2021 sabihoshi under the
<Hyperlink NavigateUri="{Binding Default.LicenseUri, Source={StaticResource Settings}}">
MIT License
</Hyperlink>.
</TextBlock>
<TextBlock TextWrapping="Wrap">
This project uses third-party libraries or other resources that may be distributed under
<Hyperlink NavigateUri="{Binding Default.ThirdPartyLicenseUri, Source={StaticResource Settings}}">
different licenses
</Hyperlink>.
</TextBlock>
<TextBlock Style="{StaticResource BaseTextBlockStyle}">
All rights reserved by © miHoYo Co., Ltd.
This project is not affiliated nor endorsed by miHoYo.
Genshin Impact™ and other properties belong to their respective owners.
</TextBlock>
</ui:SimpleStackPanel>
</GroupBox>

<GroupBox Header="Version">
<ui:SimpleStackPanel>
<ui:SimpleStackPanel Orientation="Horizontal">
Expand Down Expand Up @@ -152,6 +130,28 @@
<ui:ToggleSwitch Header="Include beta updates" IsOn="{Binding IncludeBetaUpdates}" />
</ui:SimpleStackPanel>
</GroupBox>

<GroupBox Header="License">
<ui:SimpleStackPanel Margin="10">
<TextBlock>
Created by © 2021 sabihoshi under the
<Hyperlink NavigateUri="{Binding Default.LicenseUri, Source={StaticResource Settings}}">
MIT License
</Hyperlink>.
</TextBlock>
<TextBlock TextWrapping="Wrap">
This project uses third-party libraries or other resources that may be distributed under
<Hyperlink NavigateUri="{Binding Default.ThirdPartyLicenseUri, Source={StaticResource Settings}}">
different licenses
</Hyperlink>.
</TextBlock>
<TextBlock Style="{StaticResource BaseTextBlockStyle}">
All rights reserved by © miHoYo Co., Ltd.
This project is not affiliated nor endorsed by miHoYo.
Genshin Impact™ and other properties belong to their respective owners.
</TextBlock>
</ui:SimpleStackPanel>
</GroupBox>
</ui:SimpleStackPanel>
</ScrollViewer>
</UserControl>

0 comments on commit 2b5adac

Please sign in to comment.