diff --git a/TODO.md b/TODO.md index 1fcfb0b6..a3d6fc69 100644 --- a/TODO.md +++ b/TODO.md @@ -2,7 +2,6 @@ - fix members not synced bug - fix local unread counters order -- fix highlight when logging in to new account - warn about no E2E room shared if no devices ## Refactoring diff --git a/src/gui/MainPane/RoomList.qml b/src/gui/MainPane/RoomList.qml index 221170b0..1113660c 100644 --- a/src/gui/MainPane/RoomList.qml +++ b/src/gui/MainPane/RoomList.qml @@ -79,7 +79,8 @@ HListView { property string filter: "" readonly property bool currentShouldBeAccount: - window.uiState.page === "Pages/AccountSettings/AccountSettings.qml" + window.uiState.page === "Pages/AccountSettings/AccountSettings.qml" || + window.uiState.page === "Pages/AddChat/AddChat.qml" readonly property bool currentShouldBeRoom: window.uiState.page === "Pages/Chat/Chat.qml" readonly property string wantedUserId: