Merge pull request #13984 from silicons/toner

fixes removing toner from photocopiers (this is an untested fix but it probably works because it compiled)
This commit is contained in:
DeltaFire
2021-01-07 06:31:58 +01:00
committed by GitHub
2 changed files with 1 additions and 2 deletions
@@ -57,7 +57,6 @@ const Toner = (props, context) => {
title="Toner"
buttons={
<Button
disabled={!current_toner}
onClick={() => act('remove_toner')}
icon="eject">
Eject
File diff suppressed because one or more lines are too long