Explorar el Código

Use red as default LED color

Sebastián Katzer hace 10 años
padre
commit
acece5de99
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
     }