Skip to content
Snippets Groups Projects
Commit ab2deb87 authored by Sébastien Blin's avatar Sébastien Blin Committed by Andreas Traczyk
Browse files

account: fix backup button visibility for jams accounts

Change-Id: I8ce859c8736c39c9a48eef990107fa8114eaccc0
Gitlab: #186
parent 8355cb07
No related branches found
No related tags found
No related merge requests found
......@@ -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()
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment