From 9f359bd402e8c781c3b7cbab416a17cc006e8c86 Mon Sep 17 00:00:00 2001 From: louyunyun <1487658510@qq.com> Date: Wed, 22 Oct 2025 12:54:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8mixin.py=E4=B8=8A=E5=86=8D=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- beeref/actions/mixin.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/beeref/actions/mixin.py b/beeref/actions/mixin.py index 73f6ce7..91195d4 100644 --- a/beeref/actions/mixin.py +++ b/beeref/actions/mixin.py @@ -110,7 +110,8 @@ class ActionsMixin: # 连接勾选状态变化信号到设置存储函数 qaction.toggled.connect( partial(self._store_checkable_setting, settings_key)) - + + # 创建所有动作 def _create_actions(self): """创建所有定义在actions中的动作""" # 遍历所有动作定义