Fix player session restoration events

This commit is contained in:
ronaldheft 2022-08-19 16:36:56 -04:00
parent bf46c46fc0
commit 93cb27d324
7 changed files with 28 additions and 19 deletions

View file

@ -279,6 +279,9 @@ export default {
this.loadSavedSettings()
this.hasMounted = true
console.log('[default] fully initialized')
this.$eventBus.$emit('abs-ui-ready')
}
},
beforeDestroy() {