ipcMain communication isn't properly functioning
ipcMain communication between NovAMPP's main process and browser is not working properly.
The reason why this is happening is due to IPC handles being invoked, but not waiting until the script has received a response, causing code that needs certain values to start running before the response has been received, often times telling the user that certain tasks are failing or still trying to run when they're completed or in-progress.
This is planned to be fixed ASAP.