not pop up cm for file log

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages 2023-09-08 09:05:07 +08:00
parent 91decea302
commit db66ffc868
2 changed files with 3 additions and 25 deletions

View file

@ -73,7 +73,7 @@ class ChatModel with ChangeNotifier {
Offset chatWindowPosition = Offset(20, 80);
void setChatWindowPosition(Offset position) {
void setChatWindowPosition(Offset position) {
chatWindowPosition = position;
notifyListeners();
}
@ -278,16 +278,6 @@ class ChatModel with ChangeNotifier {
}
}
showSidePage() async {
if (isDesktop) {
if (isConnManager) {
if (!_isShowCMSidePage) {
await toggleCMSidePage();
}
}
}
}
toggleCMChatPage(MessageKey key) async {
if (gFFI.chatModel.currentKey != key) {
gFFI.chatModel.changeCurrentKey(key);