errors gefixed | modal | form | dynamische paginas

This commit is contained in:
Atilla
2024-04-07 19:18:53 +02:00
parent 70e5633ce6
commit 6df64fd3a0
22 changed files with 795 additions and 1936 deletions

2
app.js
View File

@@ -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()
{