Skip to content

Commit

Permalink
improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-hykin committed Oct 24, 2024
1 parent ae98e75 commit f3f775e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/atoms/VideoPlayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default {
this.internalLoadVideo()
if (window.chrome) {
vueTooling.showLongMessage(`<br><br>Warning: Looks like you're using Chrome-based Browser<br><br>(as of 2024) Chrome's native video player has a lot of bugs, to the point that its considered broken<br>You can try and use it anyways, but its recommended to use Firefox or Safari so the video player will work well<br><br>`)
vueTooling.showLongMessage(`<br><br>Warning: Looks like you're using Chrome-based Browser (Chrome, Edge, Opera, Brave)<br><br>(as of 2024) Chrome's native video player has a lot of bugs, to the point that it is considered broken<br>You can try and use it anyways, but its recommended to use Firefox or Safari so the video player will work well<br><br>`)
}
},
// allow things to dynamically hook into the updated event
Expand Down

0 comments on commit f3f775e

Please sign in to comment.