diff --git a/src/mainview/components/AccountComboBox.qml b/src/mainview/components/AccountComboBox.qml
index 6e41ae7b76f09c7fbe9fee8a4fd44dde1fdf6489..5d22252b37dfcc77ca585c6900dcd7c5ec42145c 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 {