Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line numberDiff line numberDiff line change
Expand Up@@ -262,7 +262,7 @@
<VFlex class="source-thumbnail">
<Thumbnail :src="channel.thumbnail" />
</VFlex>
<VFlex v-if="libraryMode" class="font-weight-bold notranslate px-4 subheading">
<VFlex v-if="printing" class="font-weight-bold notranslate px-4 subheading">
{{ channel.name }}
</VFlex>
<a
Expand DownExpand Up@@ -419,9 +419,6 @@
}
return '';
},
libraryMode() {
return window.libraryMode;
},
sizeText() {
const size = this._details.resource_size;
const sizeIndex = Math.max(
Expand Down