Skip to content

Commit

Permalink
Update src/renderer/components/player-settings/player-settings.js
Browse files Browse the repository at this point in the history
Co-authored-by: absidue <[email protected]>
  • Loading branch information
kommunarr and absidue authored Oct 23, 2024
1 parent 937935f commit 5ca47a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/player-settings/player-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export default defineComponent({
return 'default'
}

return this.$store.getters.getDefaultViewingMode
return defaultViewingMode
},

defaultTheatreMode: function () {
Expand Down

0 comments on commit 5ca47a6

Please sign in to comment.