pref: 移除旧的截图图像发送到前端的逻辑。

This commit is contained in:
2023-03-20 09:35:02 +08:00
parent 85ef261c51
commit 9ed2fa8b53
3 changed files with 17 additions and 20 deletions

View File

@ -38,5 +38,5 @@ pub struct ScreenshotPayload {
pub display_id: u32,
pub height: u32,
pub width: u32,
pub base64_image: String,
// pub base64_image: String,
}