Skip to content

Commit 70b8474

Browse files
committed
Add "CC" qualifier to About Screen
1 parent 0cb8efb commit 70b8474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LittleBigMouse.Ui/LittleBigMouse.Ui.Avalonia/Plugins/About/AboutMonitorView.axaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</UserControl.Resources>
2020

2121
<StackPanel VerticalAlignment="Center">
22-
<TextBlock HorizontalAlignment="Center" Margin="0,0,0,5" Text="Little Big Mouse" FontSize="20" FontWeight="Bold"/>
22+
<TextBlock HorizontalAlignment="Center" Margin="0,0,0,5" Text="Little Big Mouse (CC)" FontSize="20" FontWeight="Bold"/>
2323
<TextBlock HorizontalAlignment="Center" Text="{Binding Version}" TextWrapping="Wrap" FontSize="15"/>
2424
<TextBlock HorizontalAlignment="Center" Text="Copyright (C) 2015 - 2023" FontSize="15"/>
2525
<TextBlock PointerPressed="InputElement_OnPointerPressed" HorizontalAlignment="Center" Margin="0,0,0,20" Text="Mathieu GRENET" FontSize="15"/>

0 commit comments

Comments
 (0)