trival change

Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
dignow 2023-06-29 20:57:42 +08:00
parent 8899786628
commit 4c1eb75129

View File

@ -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)]