queue manager - can remove items now - #30

This commit is contained in:
Juraj Borza
2025-07-02 17:15:45 +02:00
parent 17936a868e
commit ad91e0ec34
2 changed files with 15 additions and 3 deletions
+2
View File
@@ -1301,6 +1301,8 @@ class abogen(QWidget):
use_gpu=self.gpu_ok
)
self.enqueue(item)
# Clear input after adding to queue
self.input_box.clear_input()
def manage_queue(self):
if not self.queued_items: