We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51a62fc commit 29e3de2Copy full SHA for 29e3de2
main.js
@@ -65,6 +65,11 @@ $(document).ready(function () {
65
}
66
globalSettings.proxyLayer = result.proxylayer;
67
});
68
+
69
+ // Resets the OSD units used by the unit coversion when the FC is disconnected.
70
+ if (!CONFIGURATOR.connectionValid) {
71
+ globalSettings.osdUnits = null;
72
+ }
73
74
// alternative - window.navigator.appVersion.match(/Chrome\/([0-9.]*)/)[1];
75
GUI.log('Running - OS: <strong>' + GUI.operating_system + '</strong>, ' +
0 commit comments