Skip to content

Commit

Permalink
FlightData: allow plugin tab visibility to persist (#3478)
Browse files Browse the repository at this point in the history
This call to saveTabControlActions in unnecessary, and tabs added by
plugins won't exist yet when this gets called the first time, so they
get cleared from the settings.
  • Loading branch information
robertlong13 authored Jan 17, 2025
1 parent 2d32aca commit 49dbf7c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions GCSViews/FlightData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -758,8 +758,6 @@ public void updateDisplayView()
}

ThemeManager.ApplyThemeTo(tabControlactions);

saveTabControlActions();
}

internal void BUT_run_script_Click(object sender, EventArgs e)
Expand Down

0 comments on commit 49dbf7c

Please sign in to comment.