Quickfix: couldn't close tabs

This commit is contained in:
Keith Edmunds 2023-01-02 08:58:16 +00:00
parent ed4a106bec
commit 087139f4de

View File

@ -418,7 +418,7 @@ class Window(QMainWindow, Ui_MainWindow):
# Don't close current track playlist
if self.tabPlaylist.widget(tab_index) == (
self.current_track_playlist_tab):
self.current_track.playlist_tab):
self.statusbar.showMessage(
"Can't close current track playlist", 5000)
return