mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 12:55:14 +03:00
Merge pull request #2451 from haslinghuis/fix_818
Remove chrome references
This commit is contained in:
commit
06c8e5075d
3 changed files with 14 additions and 19 deletions
|
@ -167,7 +167,6 @@ function startProcess() {
|
|||
|
||||
GUI.log(i18n.getMessage('infoVersions', {
|
||||
operatingSystem: GUI.operating_system,
|
||||
chromeVersion: window.navigator.appVersion.replace(/.*Chrome\/([0-9.]*).*/, "$1"),
|
||||
configuratorVersion: CONFIGURATOR.version }));
|
||||
|
||||
if (GUI.isNWJS()) {
|
||||
|
@ -208,7 +207,7 @@ function startProcess() {
|
|||
// our view is reactive to model changes
|
||||
// updateTopBarVersion();
|
||||
|
||||
if (!GUI.isOther() && GUI.operating_system !== 'ChromeOS') {
|
||||
if (!GUI.isOther()) {
|
||||
checkForConfiguratorUpdates();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue