mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 21:35:44 +03:00
initial stab on preventing tab switch chaining
This commit is contained in:
parent
795502a585
commit
3f063f6654
3 changed files with 7 additions and 1 deletions
|
@ -3,6 +3,7 @@ var GUI_control = function() {
|
|||
this.connecting_to = false;
|
||||
this.connected_to = false;
|
||||
this.active_tab;
|
||||
this.tab_switch_in_progress = false;
|
||||
this.operating_system;
|
||||
this.optional_usb_permissions = false; // controlled by usb permissions code
|
||||
this.interval_array = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue