Merge branch 'misc-style-fixes-or-changes' into shigusegubu-themes3
This commit is contained in:
commit
4da91e0076
1 changed files with 3 additions and 0 deletions
|
|
@ -214,6 +214,9 @@ export default {
|
|||
splashscreenRoot.addEventListener('transitionend', () => {
|
||||
splashscreenRoot.remove()
|
||||
})
|
||||
setTimeout(() => {
|
||||
splashscreenRoot.remove() // forcibly remove it, should fix my plasma browser widget t. HJ
|
||||
}, 600)
|
||||
splashscreenRoot.classList.add('hidden')
|
||||
document.querySelector('#app').classList.remove('hidden')
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue