1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-24 16:55:22 +03:00

Fix additional tabs

This commit is contained in:
Pawel Spychalski (DzikuVx) 2024-05-05 21:40:10 +02:00
parent a4c3490d38
commit 07600e1fa6
11 changed files with 55 additions and 64 deletions

View file

@ -79,7 +79,7 @@ TABS.outputs.initialize = function (callback) {
}
function saveSettings(onComplete) {
Settings.saveInputs().then(onComplete);
Settings.saveInputs(onComplete);
}
function onLoad() {