feat: new update video

This commit is contained in:
Seth Burkart
2024-11-15 11:27:38 +11:00
parent aa977a259d
commit 0184e90088
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ export function OpenWhatsNewPopup() {
let video = document.createElement('video')
let source = document.createElement('source')
// Perhaps we host this on a server and then grab it instead of having it locally?
source.setAttribute('src', 'https://raw.githubusercontent.com/BetterSEQTA/BetterSEQTA-Plus/main/src/resources/update-video.webm')
source.setAttribute('src', 'https://raw.githubusercontent.com/BetterSEQTA/BetterSEQTA-Plus/main/src/resources/update-video.mp4')
video.autoplay = true
video.muted = true
video.loop = true