瀏覽代碼

UI: Show Update Available button in the system accent color

Evan Husted 1 年之前
父節點
當前提交
9cb5f5689b
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/Ryujinx/UI/Views/Main/MainStatusBarView.axaml

+ 3 - 1
src/Ryujinx/UI/Views/Main/MainStatusBarView.axaml

@@ -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}" />