append return after password paste
This commit is contained in:
parent
0ed605717f
commit
8455c69733
@ -804,7 +804,10 @@ void showActions(BuildContext context) async {
|
||||
}
|
||||
}();
|
||||
} else if (value == 'enter_os_password') {
|
||||
if (password != "") FFI.setByName('input_string', password);
|
||||
if (password != "") {
|
||||
FFI.setByName('input_string', password);
|
||||
FFI.inputKey('VK_RETURN');
|
||||
}
|
||||
}
|
||||
}();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user