Made the double click working again.
This commit is contained in:
parent
22ffd211df
commit
0879575882
3 changed files with 17 additions and 5 deletions
|
@ -42,8 +42,7 @@ class PlaylistTabBar(QTabBar):
|
|||
|
||||
playlist = playlist_view.playlist
|
||||
|
||||
if playlist.has_tracks(): # dont crash when playlist is empty
|
||||
self.app.player.start_playlist(playlist)
|
||||
self.app.player.start_playlist(playlist)
|
||||
|
||||
def contextMenuEvent(self, event: QContextMenuEvent, title=None):
|
||||
# get title by self.tabAt() if the event is called from PyQt, else its executed from the tab title and getting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue