Remove unnecessary Close in User Profiles

This commit is contained in:
_Neo_
2025-10-28 15:49:11 +02:00
parent 6ae279300c
commit a2fa346cfd
3 changed files with 2 additions and 52 deletions

View File

@@ -151,7 +151,7 @@
Orientation="Horizontal">
<Button
Click="Close">
<TextBlock Text="{ext:Locale UserProfilesClose}" />
<TextBlock Text="{ext:Locale SettingsButtonClose}" />
</Button>
</StackPanel>
</Grid>