mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-14 18:41:29 +03:00
append return after password paste
This commit is contained in:
@@ -804,7 +804,10 @@ void showActions(BuildContext context) async {
|
|||||||
}
|
}
|
||||||
}();
|
}();
|
||||||
} else if (value == 'enter_os_password') {
|
} else if (value == 'enter_os_password') {
|
||||||
if (password != "") FFI.setByName('input_string', password);
|
if (password != "") {
|
||||||
|
FFI.setByName('input_string', password);
|
||||||
|
FFI.inputKey('VK_RETURN');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}();
|
}();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user