when i use splash screen in build.settings i put something like this:
splashScreen = { enable = true, image = "images/splash.jpg" },
when i want to test my app without it, i tried:
splashScreen = { enable = false, image = "images/splash.jpg" },
but it will show up anyway the splash screen.
i need to do this to work:
splashScreen = { enable = false, },
i think internal code is ignoring enable variable if image variable is declared, it should not be the case, if enable is false then it should ignore image variable, not the way around.
regards,
Carlos.