mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
Trying to fix the vr sleeper.
This commit is contained in:
@@ -22,7 +22,6 @@ export const VrSleeper = context => {
|
|||||||
)}
|
)}
|
||||||
<Section
|
<Section
|
||||||
title="VR Commands">
|
title="VR Commands">
|
||||||
buttons={(
|
|
||||||
<Button
|
<Button
|
||||||
content={data.toggle_open
|
content={data.toggle_open
|
||||||
? 'Open VR Sleeper'
|
? 'Open VR Sleeper'
|
||||||
@@ -30,7 +29,6 @@ export const VrSleeper = context => {
|
|||||||
icon={data.toggle_open ? 'lock' : 'unlock'}
|
icon={data.toggle_open ? 'lock' : 'unlock'}
|
||||||
disabled={data.stored < data.max}
|
disabled={data.stored < data.max}
|
||||||
onClick={() => act('toggle_open')} />
|
onClick={() => act('toggle_open')} />
|
||||||
)}
|
|
||||||
{!!data.isoccupant && (
|
{!!data.isoccupant && (
|
||||||
<Button
|
<Button
|
||||||
content={'Connect to VR'}
|
content={'Connect to VR'}
|
||||||
|
|||||||
Reference in New Issue
Block a user