forked from Wobbl/Wobuzz
Added a button that adds a playlist.
This commit is contained in:
parent
1007ac045f
commit
31e72c25d3
6 changed files with 57 additions and 9 deletions
|
@ -11,6 +11,8 @@ class TrackControl(QToolBar):
|
|||
|
||||
self.app = app
|
||||
|
||||
self.setWindowTitle("Track Control")
|
||||
|
||||
self.play_icon = QIcon.fromTheme(QIcon.ThemeIcon.MediaPlaybackStart)
|
||||
self.pause_icon = QIcon.fromTheme(QIcon.ThemeIcon.MediaPlaybackPause)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue