diff --git a/src/core_main.rs b/src/core_main.rs index 5a8638419..f8741a72f 100644 --- a/src/core_main.rs +++ b/src/core_main.rs @@ -123,9 +123,7 @@ pub fn core_main() -> Option> { 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)]