mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-14 02:31:27 +03:00
@@ -123,9 +123,7 @@ pub fn core_main() -> Option<Vec<String>> {
|
|||||||
init_plugins(&args);
|
init_plugins(&args);
|
||||||
if args.is_empty() {
|
if args.is_empty() {
|
||||||
#[cfg(windows)]
|
#[cfg(windows)]
|
||||||
{
|
clipboard::ContextSend::enable(true);
|
||||||
clipboard::ContextSend::enable(true);
|
|
||||||
}
|
|
||||||
std::thread::spawn(move || crate::start_server(false));
|
std::thread::spawn(move || crate::start_server(false));
|
||||||
} else {
|
} else {
|
||||||
#[cfg(windows)]
|
#[cfg(windows)]
|
||||||
|
|||||||
Reference in New Issue
Block a user