From 087139f4de2ec37558ec1ee84397a9b98ac753b8 Mon Sep 17 00:00:00 2001 From: Keith Edmunds Date: Mon, 2 Jan 2023 08:58:16 +0000 Subject: [PATCH] Quickfix: couldn't close tabs --- app/musicmuster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/musicmuster.py b/app/musicmuster.py index 349c32e..c5d4ef6 100755 --- a/app/musicmuster.py +++ b/app/musicmuster.py @@ -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