mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-03-28 14:56:19 +01:00
settings: show linked device for Jams account
Change-Id: I022ce9a0e9454075f58aef25b796595e8f199a0a Gitlab: #214
This commit is contained in:
parent
d3ebc43657
commit
92e6f92c8e
1 changed files with 1 additions and 2 deletions
|
@ -55,7 +55,6 @@ Rectangle {
|
|||
var isJams = !isSIP && SettingsAdapter.getAccountConfig_Manageruri() !== ""
|
||||
passwdPushButton.visible = !isJams
|
||||
btnExportAccount.visible = !isJams
|
||||
linkedDevices.visible = !isJams
|
||||
setPasswordButtonText()
|
||||
}
|
||||
|
||||
|
@ -291,7 +290,7 @@ Rectangle {
|
|||
|
||||
LinkedDevices {
|
||||
id: linkedDevices
|
||||
visible: !isSIP && SettingsAdapter.getAccountConfig_Manageruri() === ""
|
||||
visible: !isSIP
|
||||
|
||||
Layout.fillWidth: true
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
|
|
Loading…
Add table
Reference in a new issue