Compare commits

..

7 Commits

Author SHA1 Message Date
Willians 2e851e3165 Merge 21c37ca8a5 into 9cb5f5689b 2025-02-11 14:27:44 +08:00
Evan Husted 9cb5f5689b UI: Show Update Available button in the system accent color 2025-02-11 00:21:58 -06:00
Willians 21c37ca8a5 Update locales.json 2025-02-09 15:41:13 -03:00
Willians d7f095723c Update locales.json 2025-02-09 15:27:48 -03:00
Willians 05c7839b2d Update locales.json 2025-02-07 23:37:50 -03:00
Willians bbd099b129 Update locales.json 2025-02-06 23:49:47 -03:00
Willians 54bdfc71a9 Update Brazilian Translation 2025-02-06 23:21:46 -03:00
2 changed files with 156 additions and 154 deletions
File diff suppressed because it is too large Load Diff
@@ -291,9 +291,11 @@
</MultiBinding> </MultiBinding>
</StackPanel.IsVisible> </StackPanel.IsVisible>
<Button Margin="0, 0, 5, 0" <Button Margin="0, 0, 5, 0"
Command="{Binding UpdateCommand}"> Command="{Binding UpdateCommand}"
Background="{DynamicResource SystemAccentColor}">
<TextBlock <TextBlock
Margin="-5" Margin="-5"
Foreground="Black"
HorizontalAlignment="Right" HorizontalAlignment="Right"
VerticalAlignment="Center" VerticalAlignment="Center"
Text="{ext:Locale UpdaterBackgroundStatusBarButtonText}" /> Text="{ext:Locale UpdaterBackgroundStatusBarButtonText}" />