Skip to content

Commit

Permalink
Change default value of display big video play button to false (#6005)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunkyProgrammer authored Oct 29, 2024
1 parent 7f23221 commit 0da4e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/store/modules/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ const state = {
defaultTheatreMode: false,
defaultVideoFormat: 'dash',
disableSmoothScrolling: false,
displayVideoPlayButton: true,
displayVideoPlayButton: false,
enableSearchSuggestions: true,
enableSubtitlesByDefault: false,
enterFullscreenOnDisplayRotate: false,
Expand Down

0 comments on commit 0da4e79

Please sign in to comment.