ux: if there are no local changes, show different confirm message (#1143)

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-04-08 20:05:44 +08:00
parent 8b5f491e34
commit 768b324356
No known key found for this signature in database
5 changed files with 14 additions and 4 deletions

View file

@ -38,7 +38,7 @@
<!-- Body -->
<Border Grid.Row="1" Margin="16">
<TextBlock Text="{DynamicResource Text.ConfirmEmptyCommit.Message}" MaxWidth="520" TextWrapping="Wrap"/>
<TextBlock Text="{Binding Message}" MaxWidth="520" TextWrapping="Wrap"/>
</Border>
<!-- Buttons -->