translation & Rustdesk to RustDesk
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
9abafafcdd
commit
3100930136
11 changed files with 26 additions and 26 deletions
|
|
@ -54,7 +54,7 @@ int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev,
|
|||
for (const auto& argument : command_line_arguments) {
|
||||
args_str += (argument + " ");
|
||||
}
|
||||
// std::cout << "Rustdesk [" << args_str << "], core returns false, exiting without launching Flutter app." << std::endl;
|
||||
// std::cout << "RustDesk [" << args_str << "], core returns false, exiting without launching Flutter app." << std::endl;
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
std::vector<std::string> rust_args(c_args, c_args + args_len);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue