From fc4428a054e30fe191bf1c4c651016c3e97671bc Mon Sep 17 00:00:00 2001 From: jeffyactive Date: Mon, 26 Aug 2024 09:22:16 -0400 Subject: [PATCH] Shortened menu title (app name) to fit screen --- apps/openlocatebeacon/openlocatebeacon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/openlocatebeacon/openlocatebeacon.js b/apps/openlocatebeacon/openlocatebeacon.js index 2b7e10e54..0fa60419e 100644 --- a/apps/openlocatebeacon/openlocatebeacon.js +++ b/apps/openlocatebeacon/openlocatebeacon.js @@ -16,7 +16,7 @@ let sequenceNumber = 0; // Menus let mainMenu = { - "": { "title": "OpenLocateBeacon" }, + "": { "title": "OpenLocateBcn" }, "Lat": { value: null }, "Lon": { value: null }, "Altitude": { value: null },