Update DisplayInfoOnLCD.py

Should use default_value rather than value since that is expected
This commit is contained in:
HellAholic 2025-09-09 18:35:14 +02:00
parent 04c996a8c5
commit aebcdf0dfc

View file

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