corrected events

This commit is contained in:
2025-11-10 14:18:22 +01:00
parent 9e8cbed73f
commit f8b39d90de
10 changed files with 620 additions and 164 deletions

1
app.go
View File

@@ -24,7 +24,6 @@ type App struct {
wmiMutex sync.Mutex // Avoid some WMI operations at the same time
projectInfo ProjectInfo // The project information structure
projectSave string // The file name of the project
projectCancel context.CancelFunc // The project cancel function
}
// NewApp creates a new App application struct