Made the double click working again.

This commit is contained in:
The Wobbler 2025-02-11 17:34:04 +01:00
parent 22ffd211df
commit 0879575882
3 changed files with 17 additions and 5 deletions

View file

@ -51,6 +51,7 @@ def main():
app.library.temporary_playlist = playlist
app.library.load_playlist_views()
sys.exit(app.qt_app.exec())