From 78479749c67bb12276bf34fea0294ffbebb1f1b2 Mon Sep 17 00:00:00 2001 From: staked-smart-ace Date: Sat, 16 Jan 2021 00:02:24 +0400 Subject: [PATCH] Keep item ID. Fixes #1619 --- ui/app/AppLayouts/Profile/Sections/PrivacyContainer.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/app/AppLayouts/Profile/Sections/PrivacyContainer.qml b/ui/app/AppLayouts/Profile/Sections/PrivacyContainer.qml index b88a331663..42912dec24 100644 --- a/ui/app/AppLayouts/Profile/Sections/PrivacyContainer.qml +++ b/ui/app/AppLayouts/Profile/Sections/PrivacyContainer.qml @@ -33,6 +33,7 @@ Item { } StatusSettingsLineButton { + id: backupSeedPhrase //% "Backup Seed Phrase" text: qsTrId("backup-seed-phrase") isBadge: !profileModel.mnemonic.isBackedUp