mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-20 22:33:20 +03:00
add android server chat and multi chat;update android server page
This commit is contained in:
@@ -456,7 +456,7 @@ class _RemotePageState extends State<RemotePage> {
|
||||
final keyboard = FFI.ffiModel.permissions['keyboard'] != false;
|
||||
var paints = <Widget>[ImagePaint()];
|
||||
if (keyboard ||
|
||||
FFI.getByName('toggle-option', 'show-remote-cursor') == 'true') {
|
||||
FFI.getByName('toggle_option', 'show-remote-cursor') == 'true') {
|
||||
paints.add(CursorPaint());
|
||||
}
|
||||
return MouseRegion(
|
||||
|
||||
Reference in New Issue
Block a user