feat: new update video

This commit is contained in:
SethBurkart123
2024-11-15 11:29:25 +11:00
parent 14648b70f5
commit cca59ebf06
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 video = document.createElement('video')
let source = document.createElement('source') let source = document.createElement('source')
// Perhaps we host this on a server and then grab it instead of having it locally? // 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.autoplay = true
video.muted = true video.muted = true
video.loop = true video.loop = true
Binary file not shown.