fix Additional secret

This commit is contained in:
dranik
2026-06-16 20:23:43 +03:00
parent 9a84202a62
commit 794360fd0f
2 changed files with 2 additions and 2 deletions
@@ -1386,7 +1386,7 @@ PageType {
CaptionTextType {
id: hexCaption
Layout.fillWidth: true
text: modelData
text: settingsRoot.mtProxyActiveSecretForBaseHex(modelData)
color: AmneziaStyle.color.paleGray
elide: Text.ElideMiddle
font.pixelSize: 13
@@ -1390,7 +1390,7 @@ PageType {
CaptionTextType {
id: hexCaption
Layout.fillWidth: true
text: modelData
text: settingsRoot.telemtActiveSecretForBaseHex(modelData)
color: AmneziaStyle.color.paleGray
elide: Text.ElideMiddle
font.pixelSize: 13