Ver código fonte

Use red as default LED color

Sebastián Katzer 10 anos atrás
pai
commit
acece5de99
1 arquivos alterados com 1 adições e 1 exclusões
  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;
     }