Added "library_path" setting, added a gui for the settings, changed the window layout and did a bunch of other things.
This commit is contained in:
parent
259ec72442
commit
6498f43d5f
10 changed files with 124 additions and 37 deletions
|
@ -13,7 +13,7 @@ class TrackControl:
|
|||
|
||||
def __init__(self, app):
|
||||
self.app = app
|
||||
self.track_control = self.app.gui.window.main_container.track_control
|
||||
self.track_control = self.app.gui.window.track_control
|
||||
self.track_progress_slider = self.track_control.track_progress_slider
|
||||
|
||||
self.progress_update_timer = QTimer()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue