Added preliminary files modal; fixed tabs scroll issue; fixed missing build deps
This commit is contained in:
@@ -50,7 +50,7 @@ app.whenReady().then(async () => {
|
||||
createWindow();
|
||||
|
||||
newton.fs.setWindow(window);
|
||||
newton.fs.ipc.setWindow(window);
|
||||
newton.ipc.setWindow(window);
|
||||
|
||||
});
|
||||
|
||||
@@ -86,4 +86,4 @@ process.on('unhandledRejection', function(error = {}) {
|
||||
if (error.stack != null) {
|
||||
console.log(error.stack);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user