mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2026-03-11 22:15:34 +00:00
Fix "Global" on "Match System Time" in Custom Config.
This commit is contained in:
parent
93e6a18f15
commit
45263b8f95
1 changed files with 1 additions and 2 deletions
|
|
@ -164,8 +164,7 @@
|
|||
ToolTip.Tip="{ext:Locale MatchTimeTooltip}">
|
||||
<TextBlock
|
||||
VerticalAlignment="Center"
|
||||
Text="{ext:Locale SettingsTabSystemSystemTimeMatch}"
|
||||
Width="250"/>
|
||||
Text="{ext:Locale SettingsTabSystemSystemTimeMatch}" />
|
||||
</CheckBox>
|
||||
<TextBlock Classes="globalConfigMarker" IsVisible="{Binding IsGameTitleNotNull}"/>
|
||||
</StackPanel>
|
||||
|
|
|
|||
Loading…
Reference in a new issue