fix android no input permission

This commit is contained in:
csf 2022-09-13 17:39:24 +08:00
parent ccb60ace8f
commit d3eac8539d

View File

@ -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();
}