From adaee2248360d2b8c701e9ffd5180f4d0a3709c5 Mon Sep 17 00:00:00 2001 From: Mineinjava <65673396+Mineinjava@users.noreply.github.com> Date: Fri, 10 Nov 2023 14:19:53 -0800 Subject: [PATCH] try subtitle --- apps/ios/boot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ios/boot.js b/apps/ios/boot.js index 36587b596..78dd577f7 100644 --- a/apps/ios/boot.js +++ b/apps/ios/boot.js @@ -190,7 +190,7 @@ E.on('notify',msg=>{ color: 0, allday: false } - Terminal.println("'" + msg.Title + "'"); + Terminal.println("'" + msg.subtitle + "'"); calEvent.allday = calEvent.durationInSeconds >= 24 * 56 * 60 - 1; // 24 hours for IOS is 23:59:59 var cal = require("Storage").readJSON("android.calendar.json",true);