mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-05 22:38:19 +00:00
fix android no input permission
This commit is contained in:
parent
ccb60ace8f
commit
d3eac8539d
1 changed files with 0 additions and 2 deletions
|
|
@ -133,8 +133,6 @@ class ServerModel with ChangeNotifier {
|
|||
_fileOk = fileOption.isEmpty;
|
||||
}
|
||||
|
||||
// input (mouse control) false by default
|
||||
bind.mainSetOption(key: "enable-keyboard", value: "N");
|
||||
notifyListeners();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue