summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.xml b/config.xml
index 49d70851..5018a6d8 100644
--- a/config.xml
+++ b/config.xml
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
-<widget id="com.pliablepixels.zmninja-pro" version="1.1.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+<widget id="com.pliablepixels.zmninja-pro" version="1.1.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>zmNinja</name>
<description>
High performance ZoneMinder client
@@ -21,6 +21,7 @@
<preference name="deployment-target" value="7.0" />
<preference name="SplashScreenDelay" value="300" />
<preference name="SplashMaintainAspectRatio" value="true" />
+ <preference name="FadeSplashScreen" value="false"/>
<preference name="BackgroundColor" value="0xff555555"/>
<feature name="StatusBar">
<param name="ios-package" onload="true" value="CDVStatusBar" />