forked from Wobbl/Wobuzz
Made it working again.
This commit is contained in:
parent
cf1b4bacd1
commit
6134c21ce4
3 changed files with 26 additions and 11 deletions
|
@ -23,8 +23,6 @@ class Wobuzz:
|
|||
self.player = Player(self)
|
||||
self.gui = GUI(self)
|
||||
|
||||
self.post_init()
|
||||
|
||||
def post_init(self):
|
||||
self.gui.track_control.track_progress_slider.post_init()
|
||||
self.library.load()
|
||||
|
@ -37,4 +35,5 @@ class Wobuzz:
|
|||
|
||||
if __name__ == "__main__":
|
||||
wobuzz = Wobuzz()
|
||||
wobuzz.post_init()
|
||||
sys.exit(wobuzz.qt_app.exec())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue