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:
parent
7bc1db46b6
commit
c8d0490b2f
3 changed files with 3 additions and 3 deletions
|
@ -74,7 +74,7 @@ const GuiControl = function () {
|
|||
};
|
||||
|
||||
function GUI_checkOperatingSystem() {
|
||||
return navigator.userAgentData.platform;
|
||||
return navigator?.userAgentData?.platform || 'Android';
|
||||
}
|
||||
|
||||
// Timer managing methods
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue