Aligning debug mode method call naming

This commit is contained in:
2025-06-19 01:26:17 -05:00
parent 3ba44c43d8
commit 5c19d82834
2 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ let hasExitSaved = false;
const createWindow = () => {
window = newton.createWindow(
newton.args.getStartType(),
newton.args.debugMode(),
newton.args.getDebugMode(),
newton.args.getArgs(),
);
}
@@ -110,4 +110,4 @@ app.on('window-all-closed', () => {
if (process.platform !== 'darwin') {
app.quit()
};
});
});