We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb177b commit 1b7cb4bCopy full SHA for 1b7cb4b
1 file changed
src/components/QualityDetailsBtn.vue
@@ -44,7 +44,7 @@
44
<!-- Fileinfo -->
45
<div class="line-space"></div>
46
<!-- Volume Normalization -->
47
- <div class="line-space"></div>
+ <div v-if="loudness" class="line-space"></div>
48
<!-- Branch if multiple players playing -->
49
<div class="line-branch-start-left"></div>
50
<!-- Player -->
@@ -115,7 +115,7 @@
115
116
<div class="line-straight"></div>
117
118
- <div class="line-with-dot"></div>
+ <div v-if="loudness" class="line-with-dot"></div>
119
120
<div
121
v-if="dsp_grouped.length >= 2"
0 commit comments