mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-17 16:34:44 -05:00
Fixed an issue where downloading images on the ERD tool was not working in desktop mode. #9047
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user