Implemented renaming of playlists.

This commit is contained in:
The Wobbler 2025-01-27 18:18:41 +01:00
parent b2aa7ffd8c
commit 3e579a4fcb
3 changed files with 24 additions and 4 deletions

View file

@ -24,7 +24,7 @@ class PlaylistTabs(QTabWidget):
index = self.tab_bar.count() - 1
title = TabTitle(label, self.tab_bar, index)
title = TabTitle(label, self.tab_bar, index, widget)
self.tab_bar.setTabButton(index, QTabBar.ButtonPosition.RightSide, title)