mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-13 01:21:29 +03:00
desktop block remote click chat page
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -184,7 +184,9 @@ class ConnectionManagerState extends State<ConnectionManager> {
|
||||
Consumer<ChatModel>(
|
||||
builder: (_, model, child) => model.isShowCMChatPage
|
||||
? Expanded(
|
||||
child: ChatPage(),
|
||||
child: buildRemoteBlock(
|
||||
child: ChatPage(),
|
||||
),
|
||||
flex: (kConnectionManagerWindowSizeOpenChat.width -
|
||||
kConnectionManagerWindowSizeClosedChat
|
||||
.width)
|
||||
|
||||
Reference in New Issue
Block a user