Skip to content

Commit

Permalink
Remove version and license
Browse files Browse the repository at this point in the history
i3arnon committed Nov 24, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 3ff2867 commit 00ed6fb
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/YouCast/MainWindow.xaml
Original file line number Diff line number Diff line change
@@ -165,18 +165,12 @@
<Button
x:Name="YoucastLink"
Style="{StaticResource LinkButton}"
Click="YoucastLink_OnClick" Content="YouCast v2.6."/>
Click="YoucastLink_OnClick" Content="YouCast."/>
<Label VerticalAlignment="Center" Content="Made by"/>
<Button
x:Name="TwitterLink"
Style="{StaticResource LinkButton}"
Click="TwitterLink_OnClick" Content="@i3arnon"/>
<Label VerticalAlignment="Center" Content="under the"/>
<Button
x:Name="GplLink"
Style="{StaticResource LinkButton}"
Click="GplLink_OnClick" Content="GPLv2"/>
<Label VerticalAlignment="Center" Content="license."/>
Click="TwitterLink_OnClick" Content="@i3arnon."/>
</StackPanel>
</StackPanel>
</TabItem>

0 comments on commit 00ed6fb

Please sign in to comment.