Add Minimize Chapters by default option

This commit is contained in:
thecashewtrader
2022-11-09 22:35:11 +05:30
parent 67fd2db324
commit 1d0498f96e
3 changed files with 15 additions and 0 deletions

View File

@@ -344,6 +344,7 @@ export default {
this.showComments = !this.getPreferenceBoolean("minimizeComments", false);
this.showDesc = !this.getPreferenceBoolean("minimizeDescription", false);
this.showRecs = !this.getPreferenceBoolean("minimizeRecommendations", false);
this.showChapters = !this.getPreferenceBoolean("minimizeChapters", false);
if (this.video.duration) {
document.title = this.video.title + " - Piped";
this.$refs.videoPlayer.loadVideo();