mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
UI: Correct visibility for new background update button
This commit is contained in:
parent
1024aa8757
commit
daa648dc40
1 changed files with 1 additions and 0 deletions
|
|
@ -286,6 +286,7 @@
|
|||
IsVisible="{Binding EnableNonGameRunningControls}"
|
||||
Orientation="Horizontal">
|
||||
<Button Margin="0, 0, 5, 0"
|
||||
IsVisible="{Binding UpdateAvailable}"
|
||||
Command="{Binding UpdateCommand}">
|
||||
<TextBlock
|
||||
Margin="-5"
|
||||
|
|
|
|||
Loading…
Reference in a new issue