audiolabs selector changes

This commit is contained in:
booploops 2022-03-21 00:25:24 -07:00
parent 34d9652fc8
commit 55fa11a0a2
7 changed files with 66 additions and 9 deletions

View file

@ -120,8 +120,9 @@
<button class="spprev" @click="profilePrev"></button>
<button class="nextprev" @click="profileNext"></button>
<template v-for="profile in spprofiles" v-if="$root.cfg.audio.maikiwiAudio.spatialProfile == profile.id">
<transition name="wpfade">
<transition name="spfade">
<div class="spslide" :key="profile.id">
<img v-if="profile.img" loading="eager" decoding="async" :src="profile.img" alt="">
<h1 class="sptitle">{{ profile.name }}</h1>
</div>
</transition>