Enabled drag and drop between PlaylistViews.

This commit is contained in:
The Wobbler 2025-01-25 22:41:29 +01:00
parent 31e72c25d3
commit 744d050bac
5 changed files with 66 additions and 6 deletions

View file

@ -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