1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-18 22:05:13 +03:00

Add option to reopen last tab on connect

This commit is contained in:
Kiripolszky Károly 2018-07-19 22:23:20 +02:00
parent 863708ad94
commit 1488f1c6c0
6 changed files with 41 additions and 3 deletions

View file

@ -299,7 +299,7 @@ function finishOpen() {
onConnect();
$('#tabs ul.mode-connected .tab_setup a').click();
GUI.selectDefaultTabWhenConnected();
}
function connectCli() {