removed chrome.artworkready check temporarily
This commit is contained in:
parent
44c7583cb2
commit
4b07f0cafd
1 changed files with 2 additions and 2 deletions
|
@ -471,9 +471,9 @@
|
|||
</transition>
|
||||
<transition name="wpfade">
|
||||
<div class="bg-artwork-container" :class="{noanimation: (!cfg.visual.bg_artwork_rotation || !animateBackground)}">
|
||||
<img v-show="chrome.artworkReady" @load="chrome.artworkReady = true" class="bg-artwork a "
|
||||
<img @load="chrome.artworkReady = true" class="bg-artwork a "
|
||||
>
|
||||
<img v-show="chrome.artworkReady" class="bg-artwork b"
|
||||
<img class="bg-artwork b"
|
||||
>
|
||||
</div>
|
||||
</transition>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue