Skip to content
Snippets Groups Projects
Commit 6e4fadcf authored by Ming Rui Zhang's avatar Ming Rui Zhang
Browse files

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
parent 14661ada
No related branches found
No related tags found
No related merge requests found
......@@ -132,6 +132,9 @@ Label {
imageId: LRCInstance.currentAccountId
mode: Avatar.Mode.Account
presenceStatus: AccountListModel.data(
AccountListModel.index(0, 0), AccountList.Status)
}
ColumnLayout {
......
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