-
-
Notifications
You must be signed in to change notification settings - Fork 739
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/[email protected]"
}
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.