Always re-enable loadout UI for member 0.

This commit is contained in:
Dan Albert 2023-07-27 22:22:15 -07:00
parent 160d464f9a
commit 159120b487

View File

@ -151,6 +151,9 @@ class QFlightPayloadTab(QFrame):
self.payload_editor.setDisabled(
self.flight.use_same_loadout_for_all_members
)
else:
self.loadout_selector.setEnabled(True)
self.payload_editor.setEnabled(True)
def loadout_at(self, index: int) -> Loadout:
loadout = self.loadout_selector.itemData(index)