mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
[MIRROR] Fixes SCP-294 overlay problems (#5746)
* Fixes SCP-294 overlay problems * recompiles tgui
This commit is contained in:
committed by
Poojawa
parent
17b48041a7
commit
1437fb4bd4
File diff suppressed because one or more lines are too long
1220
tgui/package-lock.json
generated
1220
tgui/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
<ui-display title='Recipient Contents'>
|
||||
<ui-section>
|
||||
<ui-button icon='eject' state='{{data.isBeakerLoaded ? null : "disabled"}}' action='eject'>Eject</ui-button>
|
||||
<ui-button icon='eject' state='{{data.isBeakerLoaded ? null : "disabled"}}' action='ejectBeaker'>Eject</ui-button>
|
||||
<ui-button icon='circle' state='{{data.isBeakerLoaded ? null : "disabled"}}' action='input'>Input</ui-button>
|
||||
<ui-button icon='plus' state='{{data.isBeakerLoaded ? "disabled" : null}}' action='makecup'>Create Cup</ui-button>
|
||||
</ui-section>
|
||||
|
||||
Reference in New Issue
Block a user