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
nightshift improvements
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -132,7 +132,7 @@
|
||||
</ui-notice>
|
||||
<ui-notice>
|
||||
<ui-section label='Night Shift Lighting'>
|
||||
{{#if data.locked && !data.siliconUser}}
|
||||
{{#if data.locked && !data.siliconUser && data.lock_nightshift}}
|
||||
<span>{{data.nightshiftLights ? "Enabled" : "Disabled"}}</span>
|
||||
{{else}}
|
||||
<ui-button icon='lightbulb-o' action='toggle_nightshift'>{{data.nightshiftLights ? "Enabled" : "Disabled"}}</ui-button>
|
||||
|
||||
Reference in New Issue
Block a user