Skip to content

Commit

Permalink
💄 成就 受保护 文本调整
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbadmin committed Oct 10, 2024
1 parent 488403a commit ec726e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<TextBlock
VerticalAlignment="Center"
IsVisible="{Binding IsProtection}"
Text="{Binding Path=Res.Achievement_IsProtection, Mode=OneWay, Source={x:Static s:ResourceService.Current}}" />
Text="{Binding Path=Res.Achievement_IsProtection, Mode=OneWay, StringFormat={}({0}), Source={x:Static s:ResourceService.Current}}" />
<StackPanel
VerticalAlignment="Center"
Orientation="Vertical"
Expand Down

0 comments on commit ec726e8

Please sign in to comment.