mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-21 02:01:03 +07:00
fix Additional secret
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user