Fix "Global" on "Match System Time" in Custom Config.

This commit is contained in:
_Neo_ 2025-11-15 14:32:24 +02:00
parent 93e6a18f15
commit 45263b8f95

View file

@ -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>