diff --git a/libs/scrap/src/common/x11.rs b/libs/scrap/src/common/x11.rs index a7122adcb..dacc265ff 100644 --- a/libs/scrap/src/common/x11.rs +++ b/libs/scrap/src/common/x11.rs @@ -3,7 +3,7 @@ use std::{io, ops, time::Duration}; pub struct Capturer(x11::Capturer); -pub const IS_CURSOR_EMBEDED: bool = true; +pub const IS_CURSOR_EMBEDED: bool = false; impl Capturer { pub fn new(display: Display, yuv: bool) -> io::Result {