Skip to content

Commit

Permalink
[ZZZ GSP] Fix wrong bindings on Graphics_Shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
neon-nyan committed Nov 24, 2024
1 parent 5401b2d commit 074e050
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ public int Graphics_Fps
set => Settings.GeneralData.Fps = (FpsOption)value;
}

/// <inheritdoc cref="CollapseLauncher.GameSettings.Zenless.GeneralData.HiPrecisionCharaAnim"/>
/// <inheritdoc cref="GameSettings.Zenless.GeneralData.HiPrecisionCharaAnim"/>
public bool Graphics_HiPreCharaAnim
{
get => Settings.GeneralData.HiPrecisionCharaAnim;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@
Margin="0,0,16,8"
HorizontalAlignment="Stretch"
CornerRadius="14"
SelectedIndex="{x:Bind Graphics_Shadow, Mode=TwoWay}"
SelectedIndex="{x:Bind Graphics_Effects, Mode=TwoWay}"
SelectionChanged="EnforceCustomPreset_ComboBox">
<ComboBoxItem Content="{x:Bind helper:Locale.Lang._GameSettingsPage.SpecLow}" />
<ComboBoxItem Content="{x:Bind helper:Locale.Lang._GameSettingsPage.SpecMedium}" />
Expand Down

0 comments on commit 074e050

Please sign in to comment.