mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2026-01-03 18:43:17 +08:00
accountComboBox: provide initial value for account status
If the account is initially disabled, the presense indicator will still show the green color since the initial value is missed. Change-Id: Ic580e485d4a73867789ef3774045a6939acbae4a
This commit is contained in:
@@ -132,6 +132,9 @@ Label {
|
||||
|
||||
imageId: LRCInstance.currentAccountId
|
||||
mode: Avatar.Mode.Account
|
||||
|
||||
presenceStatus: AccountListModel.data(
|
||||
AccountListModel.index(0, 0), AccountList.Status)
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
|
||||
Reference in New Issue
Block a user