Skip to content

Commit

Permalink
Hide ATIS Display by default
Browse files Browse the repository at this point in the history
* ATIS plugin is buggy and likely will be decprecated in the future as EuroScope 3.2.9 already supports multiple ATIS displays
  • Loading branch information
EightSmart committed Jul 6, 2024
1 parent 4e68708 commit 24a573c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Atis/AtisDisplay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ using namespace EuroScopePlugIn;
RECT AtisDisplay::a_Area = { 50, 100, 175, 196 };
RECT AtisDisplay::b_Area = { 9, 7, 30, 30 };
POINT AtisDisplay::a_Offset = { 125, 96 };
bool AtisDisplay::visible = true;
bool AtisDisplay::visible = false;
bool AtisDisplay::highlightSync = false;
vector<string> AtisDisplay::atisLetters = { "-", "-", "-", "-" };

Expand Down

0 comments on commit 24a573c

Please sign in to comment.