f2f3937fb2
Fixed a bug where the process widget of the playlist loading thread wouldn't get deleted if the playlist was too short.
...
The bug occurred because the creation of the widget was done through a PyQt-Signal but the deletion occurred in the same thread as the background process.
2025-02-20 19:17:44 +01:00
301896e12c
Added loading of playlists to the process-dock.
2025-02-20 18:55:01 +01:00
6786a3dcd8
Did a little reformatting and removed that commented out test code. xD
2025-02-20 18:06:29 +01:00
6eac6468a0
Decreased the background progress update rate a little.
2025-02-03 14:12:38 +01:00
c55c1222f0
Added a dock widget that shows background processes.
2025-02-03 14:08:19 +01:00