Skip to content

Commit

Permalink
Fix: Extra selection sound played on startup in Fullscreen mode #3626
Browse files Browse the repository at this point in the history
  • Loading branch information
JosefNemec committed Dec 20, 2023
1 parent aba112c commit 06d6314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Playnite.FullscreenApp/Windows/ProgressWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

<pctrls:ButtonEx Content="{DynamicResource LOCCancelLabel}"
HorizontalAlignment="Center" MinWidth="180"
pbeh:FocusBahaviors.OnVisibilityFocus="True"
pbeh:FocusBahaviors.FocusBinding="{Binding Cancelable}"
Command="{Binding CancelCommand}"
Visibility="{Binding Cancelable, Converter={StaticResource BooleanToVisibilityConverter}}"
HorizontalContentAlignment="Center"
Expand Down

0 comments on commit 06d6314

Please sign in to comment.