feat: Launch calculator app via menu command

Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
2026-03-13 18:56:43 -06:00
committed by Tanner
parent 2a9f8ce857
commit 37de23ecfe
+2
View File
@@ -366,6 +366,8 @@
console.log("Pulling new menu..."); console.log("Pulling new menu...");
menu = null; menu = null;
require("Storage").writeJSON("menu.json", menu); require("Storage").writeJSON("menu.json", menu);
} else if (menuCommand == "commands,util,calc,") {
Bangle.load("calculator.app.js");
} else if (menuCommand == "states,stop watch,start1,") { } else if (menuCommand == "states,stop watch,start1,") {
startSW1(); startSW1();
} else if (menuCommand == "states,stop watch,start2,") { } else if (menuCommand == "states,stop watch,start2,") {