Skip to content

Commit 65ec90c

Browse files
shatyukaneon-nyan
authored andcommitted
Fix ZZZ settings translation fallback
1 parent ffee092 commit 65ec90c

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

CollapseLauncher/XAMLs/MainApp/Pages/GameSettingsPages/ZenlessGameSettingsPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@
465465
<TextBlock Margin="0,0,8,8"
466466
HorizontalAlignment="Left"
467467
Style="{ThemeResource BodyStrongTextBlockStyle}"
468-
Text="{x:Bind helper:Locale.Lang._ZenlessGameSettingsPage.Graphics_AnisotropicSampling}"
468+
Text="{x:Bind helper:Locale.Lang._GenshinGameSettingsPage.Graphics_AnisotropicFiltering}"
469469
TextWrapping="WrapWholeWords" />
470470
<ComboBox x:Name="AnisotropicSamplingSelector"
471471
Margin="0,0,16,8"

Hi3Helper.Core/Lang/Locale/LangZenlessGameSettingsPage.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ public sealed partial class LangZenlessGameSettingsPage
3030
public string Graphics_Distortion { get; set; } =
3131
LangFallback?._ZenlessGameSettingsPage.Graphics_Distortion;
3232

33-
public string Graphics_AnisotropicSampling { get; set; } =
34-
LangFallback?._GenshinGameSettingsPage.Graphics_AnisotropicFiltering;
35-
3633
public string Graphics_HighPrecisionCharacterAnimation { get; set; } =
3734
LangFallback?._ZenlessGameSettingsPage.Graphics_HighPrecisionCharacterAnimation;
3835

@@ -53,4 +50,4 @@ public sealed partial class LangZenlessGameSettingsPage
5350
}
5451
}
5552
}
56-
}
53+
}

0 commit comments

Comments
 (0)