pull/518/head
Mikael Finstad 5 years ago
parent 6b5a843c25
commit b9a7a777bd
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -25,7 +25,7 @@ let askBeforeClose = false;
let rendererReady = false;
const openFiles = (paths) => mainWindow.webContents.send('file-opened', paths);
const openFile = (path) => openFile([path]);
const openFile = (path) => openFiles([path]);
function createWindow() {
mainWindow = new BrowserWindow({

Loading…
Cancel
Save