Skip to content

Commit

Permalink
* Update single playlist view to only show Remove watched videos bt…
Browse files Browse the repository at this point in the history
…n when there is any video
  • Loading branch information
PikachuEXE committed Sep 7, 2023
1 parent 42f0355 commit 6aa8e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/playlist-info/playlist-info.vue
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
@click="toggleCopyVideosPrompt"
/>
<ft-icon-button
v-if="!editMode && infoSource === 'user'"
v-if="!editMode && infoSource === 'user' && videoCount > 0"
title="Remove Watched Videos"
:icon="['fas', 'eye-slash']"
theme="secondary"
Expand Down

0 comments on commit 6aa8e3d

Please sign in to comment.