mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-03 22:35:45 +02:00
account: fix backup button visibility for jams accounts
Change-Id: I8ce859c8736c39c9a48eef990107fa8114eaccc0 Gitlab: #186
This commit is contained in:
parent
8355cb0789
commit
ab2deb8764
1 changed files with 4 additions and 0 deletions
|
@ -56,6 +56,10 @@ Rectangle {
|
|||
linkedDevices.updateAndShowDevicesSlot()
|
||||
bannedContacts.updateAndShowBannedContactsSlot()
|
||||
advancedSettings.updateAdvancedAccountInfos()
|
||||
var isJams = !isSIP && SettingsAdapter.getAccountConfig_Manageruri() !== ""
|
||||
passwdPushButton.visible = !isJams
|
||||
btnExportAccount.visible = !isJams
|
||||
linkedDevices.visible = !isJams
|
||||
setPasswordButtonText()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue