Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Flight Path Option #140

Merged
merged 3 commits into from
Mar 19, 2024
Merged

Conversation

akhuoa
Copy link
Member

@akhuoa akhuoa commented Mar 18, 2024

Change the flight path info option (2D/3D option) display from checking FC map type to checking map version (1.6).
The method to show the flight path info option is added to the documentation.

<el-row class="backgroundText" v-if="isFC">Dimension display</el-row>
<el-row class="backgroundControl" v-if="isFC">
<el-row class="backgroundSpacer" v-if="displayFlightPathOption"></el-row>
<el-row class="backgroundText" v-if="displayFlightPathOption">Dimension display</el-row>
Copy link
Member

@alan-wu alan-wu Mar 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps we should rename Dimension display to Flight path display?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The names are updated.

Copy link
Member

@alan-wu alan-wu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@alan-wu alan-wu merged commit a2ad29a into ABI-Software:main Mar 19, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants