From e6ce767e0f421dae84a34db4cfe9dda408d1128c Mon Sep 17 00:00:00 2001 From: BKDOLL <58694391+BKDOLL@users.noreply.github.com> Date: Fri, 19 Apr 2024 20:50:53 +0800 Subject: [PATCH] Fix (#347) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 身份标记修复 --- Fk/PhotoElement/RoleComboBox.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fk/PhotoElement/RoleComboBox.qml b/Fk/PhotoElement/RoleComboBox.qml index d146461e..7cde0c4f 100644 --- a/Fk/PhotoElement/RoleComboBox.qml +++ b/Fk/PhotoElement/RoleComboBox.qml @@ -16,7 +16,7 @@ Image { id: assumptionBox source: SkinBank.ROLE_DIR + value - visible: root.value == "unknown" + visible: root.value == "unknown" && optionPopupBox.visible == false TapHandler { onTapped: optionPopupBox.visible = true;