mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 19:17:58 +00:00
@@ -71,13 +71,19 @@ class DraggableChatWindow extends StatelessWidget {
|
||||
onPressed: () {
|
||||
chatModel.hideChatWindowOverlay();
|
||||
},
|
||||
icon: const Icon(Icons.keyboard_arrow_down)),
|
||||
icon: const Icon(
|
||||
Icons.keyboard_arrow_down,
|
||||
color: Colors.white,
|
||||
)),
|
||||
IconButton(
|
||||
onPressed: () {
|
||||
chatModel.hideChatWindowOverlay();
|
||||
chatModel.hideChatIconOverlay();
|
||||
},
|
||||
icon: const Icon(Icons.close))
|
||||
icon: const Icon(
|
||||
Icons.close,
|
||||
color: Colors.white,
|
||||
))
|
||||
],
|
||||
)
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user