Add dialog function

This commit is contained in:
Korbs 2023-11-06 18:08:24 -05:00
parent 73d4818cf6
commit 48972392cf
No known key found for this signature in database

View file

@ -1,7 +1,8 @@
import {Util, AddControls} from './functions/buttons.js'
import {Util, AddControls, AddDialogs} from './functions/buttons.js'
import {VideoLength} from './functions/length.js'
AddControls()
AddDialogs()
setTimeout(() => {
Util()
VideoLength()