瀏覽代碼

Use red as default LED color

Sebastián Katzer 10 年之前
父節點
當前提交
acece5de99
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
     }