Skip to content

Commit 9f359bd

Browse files
committed
在mixin.py上再优化注释
1 parent e527363 commit 9f359bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

beeref/actions/mixin.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ def _init_action_checkable(self, actiondef, qaction):
110110
# 连接勾选状态变化信号到设置存储函数
111111
qaction.toggled.connect(
112112
partial(self._store_checkable_setting, settings_key))
113-
113+
114+
# 创建所有动作
114115
def _create_actions(self):
115116
"""创建所有定义在actions中的动作"""
116117
# 遍历所有动作定义

0 commit comments

Comments
 (0)