1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-16 04:45:20 +03:00

Update NWjs to 0.67.1 and Node to 16.17.0

This commit is contained in:
Mark Haslinghuis 2022-05-21 00:21:15 +02:00
parent 7bc1db46b6
commit c8d0490b2f
3 changed files with 3 additions and 3 deletions

View file

@ -74,7 +74,7 @@ const GuiControl = function () {
};
function GUI_checkOperatingSystem() {
return navigator.userAgentData.platform;
return navigator?.userAgentData?.platform || 'Android';
}
// Timer managing methods