diff --git a/src/renderer/components/playlist-info/playlist-info.js b/src/renderer/components/playlist-info/playlist-info.js index 232a3285bc10e..23854abf54513 100644 --- a/src/renderer/components/playlist-info/playlist-info.js +++ b/src/renderer/components/playlist-info/playlist-info.js @@ -267,6 +267,8 @@ export default defineComponent({ }, exportPlaylistButtonVisible: function() { + // Most UI should be invisible in edit mode + if (this.editMode) { return false } // Only online playlists can be shared if (!this.isUserPlaylist) { return false }