mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 15:15:34 +00:00
Grey out modules that are powered off to provide a clearer visual indication
This commit is contained in:
@@ -77,6 +77,7 @@ export default class UtilitySlotSection extends SlotSection {
|
||||
enabled={h.enabled}
|
||||
ship={ship}
|
||||
m={h.m}
|
||||
enabled={h.enabled ? true : false}
|
||||
/>);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user