Save open state of playlists
This commit is contained in:
parent
d050fa0d84
commit
4a5fe74a9f
@ -1104,6 +1104,7 @@ class Window(QMainWindow, Ui_MainWindow):
|
||||
if playlist:
|
||||
idx = self.create_playlist_tab(playlist)
|
||||
playlist.mark_open()
|
||||
session.commit()
|
||||
|
||||
self.tabPlaylist.setCurrentIndex(idx)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user