mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-26 03:31:24 +08:00
Update src/main/services/ScreenshotService.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
8a9ce2d8d0
commit
bca1a3f15a
@ -29,7 +29,7 @@ interface Rectangle {
|
||||
height: number
|
||||
}
|
||||
|
||||
export class Screenshot {
|
||||
export class ScreenshotService {
|
||||
private selectionWindow: BrowserWindow | null = null
|
||||
private screenshotBuffer: Buffer | null = null
|
||||
private screenshotData: string | null = null
|
||||
|
||||
Loading…
Reference in New Issue
Block a user