diff --git a/client/ayon_core/tools/launcher/ui/actions_widget.py b/client/ayon_core/tools/launcher/ui/actions_widget.py index 57d657e5d5..d6338bbb73 100644 --- a/client/ayon_core/tools/launcher/ui/actions_widget.py +++ b/client/ayon_core/tools/launcher/ui/actions_widget.py @@ -71,7 +71,6 @@ class ActionVariantWidget(QtWidgets.QFrame): def __init__(self, item_id, label, has_settings, parent): super().__init__(parent) - label_widget = QtWidgets.QLabel(label, self) settings_btn = None if has_settings: