We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 150ee90 commit 48530e8Copy full SHA for 48530e8
src/Snap.Hutao.Remastered/Snap.Hutao.Remastered/UI/Xaml/View/Page/SettingPage.xaml
@@ -38,6 +38,7 @@
38
<RowDefinition/>
39
<RowDefinition Height="auto"/>
40
41
+ <RowDefinition Height="auto"/>
42
</Grid.RowDefinitions>
43
<Image
44
Grid.Row="0"
@@ -75,6 +76,13 @@
75
76
Opacity="0.7"
77
Style="{StaticResource CaptionTextBlockStyle}"
78
Text="Copyright © 2022 - 2025 DGP Studio. All Rights Reserved."/>
79
+ <TextBlock
80
+ Grid.Row="3"
81
+ Margin="8"
82
+ HorizontalAlignment="Center"
83
+ Opacity="0.7"
84
+ Style="{StaticResource CaptionTextBlockStyle}"
85
+ Text="Copyright © 2026 SnapHutaoRemasteringProject. All Rights Reserved."/>
86
</Grid>
87
88
<cwc:SettingsCard
0 commit comments