mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 12:55:14 +03:00
Fix firmware flash button when non-english is selected and FC is connected
This commit is contained in:
parent
4f30d1c615
commit
163cc81dd9
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue