Skip to content

Commit

Permalink
[joyrider3774#40] Added toggle for Sound on GameSelected event
Browse files Browse the repository at this point in the history
  • Loading branch information
cnapolit committed Jul 29, 2023
1 parent 78dc234 commit e8735d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Views/Layouts/GeneralSettingsTab.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<StackPanel>
<CheckBox IsChecked="{Binding Settings.SkipFirstSelectSound}"
Content="{DynamicResource LOC_PLAYNITESOUNDS_ChkSkipFirstSelectSound}"/>
<CheckBox IsChecked="{Binding Settings.PlayTickOnGameSelect}" Content="Play Sound on GameSelect"/>
</StackPanel>
</GroupBox>
<GroupBox Header="{DynamicResource LOC_PLAYNITESOUNDS_Actions}">
Expand Down

0 comments on commit e8735d6

Please sign in to comment.