Enable sell button according to available aircraft

also added a tooltip which gives the user the hint that maybe the aircraft is assigned to mission and therefore the button is disabled
This commit is contained in:
RndName
2021-08-12 18:51:28 +02:00
parent ee8e8d4a9a
commit adeebbc422
3 changed files with 49 additions and 18 deletions

View File

@@ -18,6 +18,7 @@ Saves from 4.x are not compatible with 5.0.
* **[Kneeboard]** Minimum required fuel estimates have been added to the kneeboard for aircraft with supporting data (currently only the Hornet).
* **[Kneeboard]** QNH (pressure MSL) and temperature have been added to the kneeboard.
* **[New Game Wizard]** Can now customize the player's air wing before campaign start to disable or rename squadrons.
* **[UI]** Sell Button for aircraft will be disabled if there are no units available to be sold or all are already assigned to a mission
## Fixes