fix(moduar-toolbar): fix cleanup of modular toolbar and dock_area

This commit is contained in:
2025-04-11 18:02:00 +02:00
committed by wakonig_k
parent 8fbd54c3aa
commit c70cd9d6e8
6 changed files with 7 additions and 12 deletions
@@ -76,6 +76,7 @@ class BECQueue(BECWidget, CompactPopupWidget):
widget_label = QLabel("Live Queue")
widget_label.setStyleSheet("font-weight: bold;")
self.toolbar = ModularToolBar(
parent=self,
actions={
"widget_label": WidgetAction(widget=widget_label),
"separator_1": SeparatorAction(),