Update DisplayInfoOnLCD.py

value field needed for overriding from initialize
This commit is contained in:
HellAholic 2025-09-09 18:48:48 +02:00
parent aebcdf0dfc
commit b18ee1f6ed

View file

@ -201,6 +201,7 @@ class DisplayInfoOnLCD(Script):
"description": "If print sequence is 'one_at_a_time' this is false. This setting is always hidden.",
"type": "bool",
"default_value": false,
"value": false,
"enabled": false
},
"countdown_to_pause":