Skip to content

Commit

Permalink
fix: overlay false at startup
Browse files Browse the repository at this point in the history
  • Loading branch information
vicholp committed Dec 19, 2023
1 parent c7ad478 commit f60c5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/player.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default {
progressPercent: 0,
listened: false,
loading: false,
playerOverlay: true,
playerOverlay: false,
};
},
watch: {
Expand Down

0 comments on commit f60c5ca

Please sign in to comment.