errors gefixed | modal | form | dynamische paginas
This commit is contained in:
2
app.js
2
app.js
@@ -97,6 +97,7 @@ app.on("window-all-closed", () =>
|
||||
// Creëert het hoofdvenster opnieuw wanneer het app icoon wordt aangeklikt en er zijn geen vensters open.
|
||||
app.on("activate", () =>
|
||||
{
|
||||
|
||||
if (BrowserWindow.getAllWindows().length === 0)
|
||||
{
|
||||
createWindow();
|
||||
@@ -105,6 +106,7 @@ app.on("activate", () =>
|
||||
|
||||
//
|
||||
|
||||
|
||||
// Configureert IPC (Inter-Process Communication) luisteraars.
|
||||
function setupIpcMainListeners()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user