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);
|
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)]
|
||||||
|
Loading…
Reference in New Issue
Block a user