add preference minimize recommendations by default

This commit is contained in:
macks36
2022-07-19 21:56:16 +02:00
committed by Kavin
parent ca1a3d5b43
commit 29a0c0b1f4
2 changed files with 14 additions and 0 deletions

View File

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