From c9940957f002759bcc518520afef0bbc352749cf Mon Sep 17 00:00:00 2001 From: 21pages Date: Mon, 20 Oct 2025 13:23:41 +0800 Subject: [PATCH] fix camera large error log (#13227) Signed-off-by: 21pages --- libs/scrap/src/common/camera.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/scrap/src/common/camera.rs b/libs/scrap/src/common/camera.rs index 2557103e2..ea259bdc1 100644 --- a/libs/scrap/src/common/camera.rs +++ b/libs/scrap/src/common/camera.rs @@ -268,12 +268,12 @@ impl TraitCapturer for CameraCapturer { #[cfg(windows)] fn is_gdi(&self) -> bool { - false + true } #[cfg(windows)] fn set_gdi(&mut self) -> bool { - false + true } #[cfg(feature = "vram")]