todo
This commit is contained in:
parent
8420b31057
commit
c85412a753
@ -223,6 +223,7 @@ class MusicTable(QTableView):
|
||||
menu = QMenu(self)
|
||||
menu.setFont(font)
|
||||
|
||||
# TODO: secondary popover for playlist selection?
|
||||
add_to_playlist_action = QAction("Add to playlist", self)
|
||||
_ = add_to_playlist_action.triggered.connect(self.add_selected_files_to_playlist)
|
||||
menu.addAction(add_to_playlist_action)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user