1
0
Fork 0

Bugfix -- hide rather than show the stall warning alpha bars

This commit is contained in:
legoboyvdlp R 2020-10-10 20:33:51 +01:00
parent 78e4597ff2
commit 46f810b48b

View file

@ -1271,7 +1271,7 @@ var canvas_PFD_1 = {
me["VLS_min"].hide();
me["ALPHA_PROT"].hide();
me["ALPHA_MAX"].hide();
me["ALPHA_SW"].show();
me["ALPHA_SW"].hide();
}
}