mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
input key ffi
This commit is contained in:
@@ -267,7 +267,7 @@ class FFI {
|
||||
FFI.ffiModel.clear();
|
||||
}
|
||||
|
||||
static void setByName(String name, String value) {
|
||||
static void setByName(String name, [String value = '']) {
|
||||
_setByName(Utf8.toUtf8(name), Utf8.toUtf8(value));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user