refactor DesktopTab impl for cm

This commit is contained in:
csf
2022-08-24 21:52:21 +08:00
parent 67b40b2cc7
commit e78d44935a
4 changed files with 64 additions and 71 deletions

View File

@ -200,6 +200,7 @@ class ChatModel with ChangeNotifier {
if (!_isShowChatPage) {
toggleCMChatPage(id);
}
_ffi.target?.serverModel.jumpTo(id);
late final chatUser;
if (id == clientModeID) {