mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-02 18:36:24 +00:00
Fix missing first proxy account in settings while hiding local account from linphonerc
This commit is contained in:
parent
4e847ac90e
commit
9bd6021782
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ TabContainer {
|
|||
]
|
||||
|
||||
Repeater {
|
||||
model: AccountSettingsModel.accounts.slice(1)
|
||||
model: SettingsModel.showLocalSipAccount ? AccountSettingsModel.accounts.slice(1) : AccountSettingsModel.accounts
|
||||
|
||||
delegate: FormTableLine {
|
||||
title: modelData.sipAddress
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue