summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-03-17 16:51:19 -0400
committerpliablepixels <pliablepixels@gmail.com>2016-03-17 16:51:19 -0400
commit098cf0cb9ec38f16cf90fc33ca32345068cf3dd2 (patch)
tree86b26c438c07e0b9af38b47ff905b9f783953396
parent724a0bbccab8249497819e28cf1baca7de634a06 (diff)
remove fadeout effect from splash screen https://github.com/pliablepixels/zmNinja/issues/133#issuecomment-198008685
Former-commit-id: a9326efc69e8031a2500a81c50aaf87b5c70389a
-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" />