mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Fixed missing sleep in popup callback
This commit is contained in:
@@ -38,7 +38,6 @@ function createWindow() {
|
||||
|
||||
electronApp.on('ready', () => {
|
||||
window = createWindow();
|
||||
window.webContents.send('check-version')
|
||||
});
|
||||
|
||||
electronApp.on('window-all-closed', () => {
|
||||
|
||||
Reference in New Issue
Block a user