Quickfix: couldn't close tabs
This commit is contained in:
parent
ed4a106bec
commit
087139f4de
@ -418,7 +418,7 @@ class Window(QMainWindow, Ui_MainWindow):
|
|||||||
|
|
||||||
# Don't close current track playlist
|
# Don't close current track playlist
|
||||||
if self.tabPlaylist.widget(tab_index) == (
|
if self.tabPlaylist.widget(tab_index) == (
|
||||||
self.current_track_playlist_tab):
|
self.current_track.playlist_tab):
|
||||||
self.statusbar.showMessage(
|
self.statusbar.showMessage(
|
||||||
"Can't close current track playlist", 5000)
|
"Can't close current track playlist", 5000)
|
||||||
return
|
return
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user