fix(ui): 修复密码显示按钮动画异常
This commit is contained in:
@@ -116,14 +116,13 @@ class MemberManager(QWidget):
|
||||
)
|
||||
)
|
||||
self.tools.addSeparator()
|
||||
self.tools.addAction(
|
||||
Action(
|
||||
FluentIcon.HIDE,
|
||||
"显示/隐藏密码",
|
||||
checkable=True,
|
||||
triggered=self.show_password,
|
||||
)
|
||||
self.key = Action(
|
||||
FluentIcon.HIDE,
|
||||
"显示/隐藏密码",
|
||||
checkable=True,
|
||||
triggered=self.show_password,
|
||||
)
|
||||
self.tools.addAction(self.key)
|
||||
|
||||
layout.addWidget(self.tools)
|
||||
layout.addWidget(self.member_manager)
|
||||
|
||||
Reference in New Issue
Block a user