fix((ui): 修复MAA用户仪表盘备选1字段错误

This commit is contained in:
DLmaster361
2025-07-14 19:12:59 +08:00
parent 6084befe2c
commit 12cf10f97a

View File

@@ -1392,12 +1392,12 @@ class MemberManager(QWidget):
QTableWidgetItem( QTableWidgetItem(
Config.stage_dict["ALL"]["text"][ Config.stage_dict["ALL"]["text"][
Config.stage_dict["ALL"]["value"].index( Config.stage_dict["ALL"]["value"].index(
stage_info["Stage"] stage_info["Stage_1"]
) )
] ]
if stage_info["Stage"] if stage_info["Stage_1"]
in Config.stage_dict["ALL"]["value"] in Config.stage_dict["ALL"]["value"]
else stage_info["Stage"] else stage_info["Stage_1"]
), ),
) )
self.dashboard.setItem( self.dashboard.setItem(