mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-22 20:51:17 +03: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