mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-23 20:18:47 +00:00
fix(@desktop/chat): fix shortcut for chat from communities
This commit is contained in:
parent
2b027088e5
commit
2c6d835a42
@ -717,8 +717,8 @@ StatusAppLayout {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
onClicked: function (index) {
|
onClicked: function (index) {
|
||||||
chatsModel.channelView.setActiveChannelByIndex(index)
|
|
||||||
appMain.changeAppSection(Constants.chat)
|
appMain.changeAppSection(Constants.chat)
|
||||||
|
chatsModel.channelView.setActiveChannelByIndex(index)
|
||||||
channelPicker.close()
|
channelPicker.close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user