mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
refs #780, fixes login/flightplan preset
* empty airline is valid * sync with flightplan (new signal to indicate changed login values) * better preset of own model
This commit is contained in:
@@ -99,7 +99,7 @@ namespace BlackGui
|
||||
if (aircraft.hasValidRealName())
|
||||
{
|
||||
i += " - ";
|
||||
i += aircraft.getPilotRealname();
|
||||
i += aircraft.getPilotRealName();
|
||||
}
|
||||
items.append(i);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user