mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-13 19:47:17 +00:00
fix android no input permission
This commit is contained in:
@@ -133,8 +133,6 @@ class ServerModel with ChangeNotifier {
|
|||||||
_fileOk = fileOption.isEmpty;
|
_fileOk = fileOption.isEmpty;
|
||||||
}
|
}
|
||||||
|
|
||||||
// input (mouse control) false by default
|
|
||||||
bind.mainSetOption(key: "enable-keyboard", value: "N");
|
|
||||||
notifyListeners();
|
notifyListeners();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user