mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-03-10 09:04:23 +00:00
UI: Correct visibility for new background update button
This commit is contained in:
parent
1024aa8757
commit
daa648dc40
@ -286,6 +286,7 @@
|
|||||||
IsVisible="{Binding EnableNonGameRunningControls}"
|
IsVisible="{Binding EnableNonGameRunningControls}"
|
||||||
Orientation="Horizontal">
|
Orientation="Horizontal">
|
||||||
<Button Margin="0, 0, 5, 0"
|
<Button Margin="0, 0, 5, 0"
|
||||||
|
IsVisible="{Binding UpdateAvailable}"
|
||||||
Command="{Binding UpdateCommand}">
|
Command="{Binding UpdateCommand}">
|
||||||
<TextBlock
|
<TextBlock
|
||||||
Margin="-5"
|
Margin="-5"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user