Skip to content

Commit

Permalink
fix(ui): Validate default callsign on connect page
Browse files Browse the repository at this point in the history
  • Loading branch information
ltoenning committed Oct 26, 2024
1 parent 65a9ab1 commit 54c2886
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/blackgui/components/ownaircraftcomponent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ namespace BlackGui::Components
{
ui->le_Callsign->setText("SWIFT");
}
this->validate();
}

void COwnAircraftComponent::onSimulatorModelChanged(const CAircraftModel &model)
Expand Down

0 comments on commit 54c2886

Please sign in to comment.