Parcourir la source

Use red as default LED color

Sebastián Katzer il y a 10 ans
Parent
commit
acece5de99
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      www/local-notification-util.js

+ 1 - 1
www/local-notification-util.js

@@ -64,7 +64,7 @@ exports.applyPlatformSpecificOptions = function () {
         defaults.smallIcon = undefined;
         defaults.ongoing   = false;
         defaults.autoClear = true;
-        defaults.led       = 'FFFFFF';
+        defaults.led       = 'FF0000';
         defaults.color     = undefined;
         break;
     }