Fix highlight when ctrl-tabbing to AddNewChat page
This commit is contained in:
parent
0ea23dcb6f
commit
435bbdaf22
1
TODO.md
1
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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user