mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
fix Additional secret
This commit is contained in:
@@ -1386,7 +1386,7 @@ PageType {
|
|||||||
CaptionTextType {
|
CaptionTextType {
|
||||||
id: hexCaption
|
id: hexCaption
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
text: modelData
|
text: settingsRoot.mtProxyActiveSecretForBaseHex(modelData)
|
||||||
color: AmneziaStyle.color.paleGray
|
color: AmneziaStyle.color.paleGray
|
||||||
elide: Text.ElideMiddle
|
elide: Text.ElideMiddle
|
||||||
font.pixelSize: 13
|
font.pixelSize: 13
|
||||||
|
|||||||
@@ -1390,7 +1390,7 @@ PageType {
|
|||||||
CaptionTextType {
|
CaptionTextType {
|
||||||
id: hexCaption
|
id: hexCaption
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
text: modelData
|
text: settingsRoot.telemtActiveSecretForBaseHex(modelData)
|
||||||
color: AmneziaStyle.color.paleGray
|
color: AmneziaStyle.color.paleGray
|
||||||
elide: Text.ElideMiddle
|
elide: Text.ElideMiddle
|
||||||
font.pixelSize: 13
|
font.pixelSize: 13
|
||||||
|
|||||||
Reference in New Issue
Block a user