Fixed an issue where downloading images on the ERD tool was not working in desktop mode. #9047

pull/9068/head
Pravesh Sharma 2025-08-12 11:51:58 +05:30 committed by GitHub
parent 1eb7c9d3e2
commit 9b5f0f0f63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
import { app, ipcMain, dialog, BrowserWindow, shell } from 'electron';
import fs from 'fs';
import path from 'path';
import Buffer from 'buffer';
import { Buffer } from 'buffer';
import { setBadge, clearBadge, clearProgress, setProgress } from './progress.js';
import { writeServerLog } from './misc.js';