1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-13 03:19:54 +03:00

Revert last chance

This commit is contained in:
Marcelo Bezerra 2025-01-17 21:06:24 +01:00
parent b2baa32877
commit 2d21d0179f

View file

@ -60,7 +60,6 @@ var GUI_control = function () {
'MIXER' : 4
};
// check which operating system is user running
if (navigator.appVersion.indexOf("Win") != -1) this.operating_system = "Windows";
else if (navigator.appVersion.indexOf("Mac") != -1) this.operating_system = "MacOS";