From f3f775ef4d90135cbe4217da959b6f46cb12834f Mon Sep 17 00:00:00 2001 From: Jeff Hykin Date: Thu, 24 Oct 2024 15:39:10 -0500 Subject: [PATCH] improvement --- src/atoms/VideoPlayer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/atoms/VideoPlayer.vue b/src/atoms/VideoPlayer.vue index 87ae5e8..b71ceab 100644 --- a/src/atoms/VideoPlayer.vue +++ b/src/atoms/VideoPlayer.vue @@ -60,7 +60,7 @@ export default { this.internalLoadVideo() if (window.chrome) { - vueTooling.showLongMessage(`

Warning: Looks like you're using Chrome-based Browser

(as of 2024) Chrome's native video player has a lot of bugs, to the point that its considered broken
You can try and use it anyways, but its recommended to use Firefox or Safari so the video player will work well

`) + vueTooling.showLongMessage(`

Warning: Looks like you're using Chrome-based Browser (Chrome, Edge, Opera, Brave)

(as of 2024) Chrome's native video player has a lot of bugs, to the point that it is considered broken
You can try and use it anyways, but its recommended to use Firefox or Safari so the video player will work well

`) } }, // allow things to dynamically hook into the updated event