Fixed dark Private logos.
This commit is contained in:
@@ -50,6 +50,12 @@
|
||||
class="expand-dark"
|
||||
@expand="(state) => $emit('expand', state)"
|
||||
/>
|
||||
|
||||
<button
|
||||
v-if="album && items && items.length > 0 && scrollable"
|
||||
class="album-toggle"
|
||||
@click="showAlbum = true"
|
||||
><Icon icon="grid3" />View album</button>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -111,6 +117,10 @@ export default {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
},
|
||||
album: {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
},
|
||||
items: {
|
||||
type: Array,
|
||||
default: null,
|
||||
|
||||
Reference in New Issue
Block a user