Fix firmware flash button when non-english is selected and FC is connected

10.8-maintenance
Ivan Efimov 2022-01-02 04:01:30 -06:00
parent 4f30d1c615
commit 163cc81dd9
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ function startProcess() {
return;
}
if (GUI.allowedTabs.indexOf(tab) < 0 && tabName === "Firmware Flasher") {
if (GUI.allowedTabs.indexOf(tab) < 0 && tab === "firmware_flasher") {
if (GUI.connected_to || GUI.connecting_to) {
$('a.connect').click();
} else {