From be4726a65b7018188ac46bca98e1beb0a5da045f Mon Sep 17 00:00:00 2001 From: Anastasiya Date: Wed, 26 Aug 2026 15:40:29 +0300 Subject: [PATCH] chore(@qml): add object name --- .../shared/popups/keycard_new/states/SelectKeyPairState.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/imports/shared/popups/keycard_new/states/SelectKeyPairState.qml b/ui/imports/shared/popups/keycard_new/states/SelectKeyPairState.qml index 51cab2919a..d467a77d9c 100644 --- a/ui/imports/shared/popups/keycard_new/states/SelectKeyPairState.qml +++ b/ui/imports/shared/popups/keycard_new/states/SelectKeyPairState.qml @@ -127,6 +127,7 @@ Control { StatusCheckBox { id: understandCheckBox + objectName: "keycardManagementUnderstandCheckBox" Layout.fillWidth: true text: root.profileOnly ? qsTr("I understand that moving this key pair will require using Keycard to log in and sign")