Skip to content

Commit

Permalink
Hide sort menu for playlists of length <2
Browse files Browse the repository at this point in the history
  • Loading branch information
kommunarr committed Apr 11, 2024
1 parent 10aac78 commit 8fd5055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/views/Playlist/Playlist.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
v-if="playlistItems.length > 0"
>
<ft-select
v-if="isUserPlaylistRequested"
v-if="isUserPlaylistRequested && playlistItems.length > 1"
class="sortSelect"
:value="sortOrder"
:select-names="sortBySelectNames"
Expand Down

0 comments on commit 8fd5055

Please sign in to comment.