forked from Wobbl/Wobuzz
Enabled drag and drop between PlaylistViews.
This commit is contained in:
parent
31e72c25d3
commit
744d050bac
5 changed files with 66 additions and 6 deletions
|
@ -9,6 +9,8 @@ class GUI:
|
|||
def __init__(self, app):
|
||||
self.app = app
|
||||
|
||||
self.dropped = []
|
||||
|
||||
self.window = MainWindow(app)
|
||||
self.settings = self.window.settings
|
||||
self.track_control = self.window.track_control
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue