mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-02-22 21:30:14 +01:00
UI: Show Update Available button in the system accent color
This commit is contained in:
parent
a205ec374b
commit
9cb5f5689b
@ -291,9 +291,11 @@
|
||||
</MultiBinding>
|
||||
</StackPanel.IsVisible>
|
||||
<Button Margin="0, 0, 5, 0"
|
||||
Command="{Binding UpdateCommand}">
|
||||
Command="{Binding UpdateCommand}"
|
||||
Background="{DynamicResource SystemAccentColor}">
|
||||
<TextBlock
|
||||
Margin="-5"
|
||||
Foreground="Black"
|
||||
HorizontalAlignment="Right"
|
||||
VerticalAlignment="Center"
|
||||
Text="{ext:Locale UpdaterBackgroundStatusBarButtonText}" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user