debug server clipboard enabled

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-06-19 21:44:32 +08:00
parent f12e86be3a
commit 2240853633
3 changed files with 12 additions and 7 deletions

View File

@@ -19,6 +19,7 @@ impl ContextSend {
}
}
#[inline]
pub fn is_server_enabled() -> bool {
CONTEXT_SEND.lock().unwrap().server_enabled
}