summaryrefslogtreecommitdiff
path: root/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config.xml')
-rw-r--r--config.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.xml b/config.xml
index 23eec92b..ac9d301c 100644
--- a/config.xml
+++ b/config.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<widget id="com.pliablepixels.zmninja" version="0.66" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+<widget id="com.pliablepixels.zmninja" version="0.67" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>zmNinja</name>
<description>
High performance ZoneMinder client
@@ -15,7 +15,8 @@
<preference name="UIWebViewBounce" value="false"/>
<preference name="DisallowOverscroll" value="true"/>
<preference name="BackupWebStorage" value="none"/>
- <preference name="AutoHideSplashScreen" value="true"/>
+ <preference name="AutoHideSplashScreen" value="false"/>
+ <preference name="ShowSplashScreenSpinner" value="false"/>
<preference name="SplashScreen" value="screen"/>
<preference name="deployment-target" value="7.0"/>
<preference name="SplashScreenDelay" value="3000"/>