Closed
Description
Hi,
I configured my splash screen in electron.manifest.json file like this in my .net core web application:
"splashscreen": {
"imageFile": "/wwwroot/assets/img/about@2x.png"
}
After running my application, splashscreen appears on the screen perfectly. But when I click on splashscreen image or anywhere on the screen, splash screen immediately disappears and my application stops. How can I turn this behavior off ?
Thank you.