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

This commit is contained in:
Pravesh Sharma
2025-08-12 11:51:58 +05:30
committed by GitHub
parent 1eb7c9d3e2
commit 9b5f0f0f63
+1 -1
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';