WIP: playlists refactor: fixup context menu
This commit is contained in:
parent
15f4bec197
commit
0978e93ee7
@ -922,11 +922,11 @@ class PlaylistTab(QTableWidget):
|
|||||||
self.menu.addSeparator()
|
self.menu.addSeparator()
|
||||||
|
|
||||||
# Remove row
|
# Remove row
|
||||||
if track_row and not current and not next_row:
|
if not current and not next_row:
|
||||||
self._add_context_menu('Delete row', self._delete_rows)
|
self._add_context_menu('Delete row', self._delete_rows)
|
||||||
|
|
||||||
# Move to playlist
|
# Move to playlist
|
||||||
if track_row and not current and not next_row:
|
if not current and not next_row:
|
||||||
self._add_context_menu('Move to playlist...',
|
self._add_context_menu('Move to playlist...',
|
||||||
self.musicmuster.move_selected)
|
self.musicmuster.move_selected)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user