Update src/main/services/ScreenshotService.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
SuYao 2025-12-15 02:51:51 +08:00 committed by GitHub
parent 8a9ce2d8d0
commit bca1a3f15a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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