From b7baf9ed3f3dc2aeb9f90e2ea4fe4b8d1636829b Mon Sep 17 00:00:00 2001 From: xxDUxx <96152564+xxDUxx@users.noreply.github.com> Date: Sun, 31 Jul 2022 11:16:18 +0200 Subject: [PATCH] Update app.js --- apps/tinyVario/app.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/tinyVario/app.js b/apps/tinyVario/app.js index 765bfe2c4..e4b8a3ab5 100644 --- a/apps/tinyVario/app.js +++ b/apps/tinyVario/app.js @@ -266,6 +266,9 @@ function initAltMenu() { }}, {type:"btn", font:"16%", pad:1, fillx:1, label:"SAVE", cb: ()=>{ require('Storage').writeJSON("tinyVario.json", settings); + var o=Bangle.getOptions(); + o.seaLevelPressure=qnh; + Bangle.setOptions(o); initPFD(); }} ]}