forked from Wobbl/Wobuzz
Added option to load playlists on start to the settings.
This commit is contained in:
parent
5dc91f6605
commit
65564deb82
7 changed files with 20 additions and 6 deletions
|
@ -29,7 +29,7 @@ class TrackProgressSlider(QSlider):
|
|||
self.sliderPressed.connect(self.on_press)
|
||||
self.sliderReleased.connect(self.on_release)
|
||||
|
||||
def post_init(self):
|
||||
def late_init(self):
|
||||
self.track_control = self.app.gui.track_control
|
||||
|
||||
def mousePressEvent(self, event: QMouseEvent):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue