-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Description
Hey folks, I have a feature request for you.
I read somewhere a couple days ago (can't find it now) that the build.win.loadingGif is only called after x number of seconds - it's only supposed to show for "big" installations.
I'd like to make sure that the loadingGif shows immediately to our users - I'd like to bypass the 3-4 second delay before the loadingGif shows.
Reason: On Windows, we have a lot of users complaining about the setup process.
They doubleclick setup.exe, and there's no indication of activity from the OS - it just looks like it's hanging, or waiting on the user. A lot of users end up clicking the setup again and occasionally creating errors.
Solution: I'd like to be able to specify an option in my package.sjon underneath "loadingGif"
ex.
"win":{
"loadingGif": "/path/to/gif/",
"gif_delay": 100 // 100 milliseconds
}