Browse Source

Use red as default LED color

Sebastián Katzer 10 năm trước cách đây
mục cha
commit
acece5de99
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
     }