Add option to minimize description by default.

Closes #328
This commit is contained in:
FireMasterK
2021-07-30 14:33:16 +05:30
parent f40910a500
commit 96950e61e7
2 changed files with 8 additions and 0 deletions

View File

@@ -133,6 +133,7 @@ export default {
activated() {
this.active = true;
this.selectedAutoPlay = this.getPreferenceBoolean("autoplay", true);
this.showDesc = !this.getPreferenceBoolean("minimizeDescription", false);
if (this.video.duration) {
document.title = this.video.title + " - Piped";
this.$refs.videoPlayer.loadVideo();