1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-23 16:25:19 +03:00

Fix startup

This commit is contained in:
Scavanger 2024-04-22 14:11:10 -03:00
parent 9f6669378a
commit 92587affd0
2 changed files with 1 additions and 4 deletions

View file

@ -4,8 +4,6 @@ const path = require('path');
const Store = require('electron-store');
Store.initRenderer();
const { SITLProcess } = require('./sitl');
require('@electron/remote/main').initialize();
const usbBootloaderIds = [
@ -154,7 +152,6 @@ app.on('ready', () => {
app.on('window-all-closed', () => {
if (process.platform !== 'darwin') {
SITLProcess.stop();
app.quit();
}
console.log("We're closing...");