From 0be94fc2d80a60e9c1cf3d8018a31e03b904cfeb Mon Sep 17 00:00:00 2001 From: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> Date: Tue, 27 May 2025 08:59:38 +0200 Subject: [PATCH] remove unnecessary line --- client/ayon_core/tools/launcher/ui/actions_widget.py | 1 - 1 file changed, 1 deletion(-) 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: