feat: Launch calculator app via menu command
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
@@ -366,6 +366,8 @@
|
||||
console.log("Pulling new menu...");
|
||||
menu = null;
|
||||
require("Storage").writeJSON("menu.json", menu);
|
||||
} else if (menuCommand == "commands,util,calc,") {
|
||||
Bangle.load("calculator.app.js");
|
||||
} else if (menuCommand == "states,stop watch,start1,") {
|
||||
startSW1();
|
||||
} else if (menuCommand == "states,stop watch,start2,") {
|
||||
|
||||
Reference in New Issue
Block a user