🩹 Fix DGUS_LCD_UI input (#25374)

This commit is contained in:
Davide Rombolà
2023-02-15 05:10:18 +01:00
committed by GitHub
parent fb480dffe4
commit 028b11f2ca

View File

@@ -689,7 +689,7 @@ namespace ExtUI {
case RunoutToggle:
case PowerLossToggle:
case FanKeyIcon:
case LedToggle: break;
case LedToggle:
case e2Preheat: Checkkey = ManualSetTemp; break;
case ProbeOffset_Z: Checkkey = Zoffset_Value; break;
case VolumeDisplay: Checkkey = VolumeDisplay; break;