diff --git a/src/mainview/components/AccountComboBox.qml b/src/mainview/components/AccountComboBox.qml index 6e41ae7b..5d22252b 100644 --- a/src/mainview/components/AccountComboBox.qml +++ b/src/mainview/components/AccountComboBox.qml @@ -132,6 +132,9 @@ Label { imageId: LRCInstance.currentAccountId mode: Avatar.Mode.Account + + presenceStatus: AccountListModel.data( + AccountListModel.index(0, 0), AccountList.Status) } ColumnLayout {