diff --git a/src/resources/update-video.mp4 b/src/resources/update-video.mp4 index 332b36f0..6d67fecf 100644 Binary files a/src/resources/update-video.mp4 and b/src/resources/update-video.mp4 differ diff --git a/src/resources/update-video.webm b/src/resources/update-video.webm index 7b80bf69..9e583a06 100644 Binary files a/src/resources/update-video.webm and b/src/resources/update-video.webm differ diff --git a/src/seqta/utils/Openers/OpenWhatsNewPopup.ts b/src/seqta/utils/Openers/OpenWhatsNewPopup.ts index 09ed6c26..d0a1aa1d 100644 --- a/src/seqta/utils/Openers/OpenWhatsNewPopup.ts +++ b/src/seqta/utils/Openers/OpenWhatsNewPopup.ts @@ -21,7 +21,7 @@ export function OpenWhatsNewPopup(onDismissed?: () => void) { source.setAttribute( "src", - "https://raw.githubusercontent.com/BetterSEQTA/BetterSEQTA-Plus/main/src/resources/update-video.mp4", + "https://raw.githubusercontent.com/BetterSEQTA/BetterSEQTA-Plus/main/src/resources/update-video.webm", ); video.autoplay = true; video.muted = true; @@ -37,9 +37,11 @@ export function OpenWhatsNewPopup(onDismissed?: () => void) {