Added preliminary files modal; fixed tabs scroll issue; fixed missing build deps

This commit is contained in:
2025-06-15 00:43:33 -05:00
parent f28dfa84c2
commit ef56b8c84b
14 changed files with 218 additions and 12 deletions

View File

@@ -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);
}
});
});