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

FlightMode: Set flight mode setting to setup only #2971

Merged

Conversation

muramura
Copy link
Contributor

@muramura muramura commented Oct 9, 2022

The flight mode settings are located on the Setup and Configure screen.
I would prefer one screen.
I removed it from the config screen.

AFTER
Screenshot from 2022-10-10 00-48-53

BEFORE
flight-002

flight-001

@@ -62,11 +62,6 @@ private void SoftwareConfig_Load(object sender, EventArgs e)
{
if (MainV2.comPort.BaseStream.IsOpen)
{
if (MainV2.DisplayConfiguration.displayFlightModes)
{
start = AddBackstageViewPage(typeof(ConfigFlightModes), Strings.FlightModes);
Copy link
Contributor

Choose a reason for hiding this comment

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

we might need to set a new "start" just to set the default on first load

@meee1 meee1 merged commit f7f7764 into ArduPilot:master Nov 22, 2022
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.

None yet

2 participants