mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-28 07:39:36 +08:00
trival change
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
parent
8899786628
commit
4c1eb75129
@ -123,9 +123,7 @@ pub fn core_main() -> Option<Vec<String>> {
|
||||
init_plugins(&args);
|
||||
if args.is_empty() {
|
||||
#[cfg(windows)]
|
||||
{
|
||||
clipboard::ContextSend::enable(true);
|
||||
}
|
||||
clipboard::ContextSend::enable(true);
|
||||
std::thread::spawn(move || crate::start_server(false));
|
||||
} else {
|
||||
#[cfg(windows)]
|
||||
|
Loading…
Reference in New Issue
Block a user