Wobuzz/wobuzz/ui/process
The Wobbler 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
..
__init__.py Added a dock widget that shows background processes. 2025-02-03 14:08:19 +01:00
process.py Added a dock widget that shows background processes. 2025-02-03 14:08:19 +01:00
process_dock.py Fixed a bug where the process widget of the playlist loading thread wouldn't get deleted if the playlist was too short. 2025-02-20 19:17:44 +01:00