This commit is contained in:
Henry Jameson 2024-09-16 03:31:15 +03:00
parent 27b42df83c
commit 57dcf2723e

View file

@ -144,7 +144,7 @@ export default {
this.$store.dispatch('setLayoutWidth', windowWidth())
this.$store.dispatch('setLayoutHeight', windowHeight())
},
removeSplash() {
removeSplash () {
document.querySelector('#status').textContent = this.$t('splash.fun_' + Math.ceil(Math.random() * 4))
document.querySelector('#splash').classList.add('hidden')
document.querySelector('#app').classList.remove('hidden')