Update Soldering.cpp to disable + activating temp only while boost mode setting is on

This commit is contained in:
nonokirby
2025-01-21 00:04:48 -05:00
committed by GitHub
parent 27de7f5db1
commit 95493b48e7

View File

@@ -65,7 +65,7 @@ OperatingMode handleSolderingButtons(const ButtonState buttons, guiContext *cxt)
} }
break; break;
case BUTTON_F_SHORT: case BUTTON_F_SHORT:
if (getSettingValue(SettingsOptions::BoostButtonTempChange)) { if (getSettingValue(SettingsOptions::BoostTemp)) {
break;} break;}
case BUTTON_B_SHORT: case BUTTON_B_SHORT:
cxt->transitionMode = TransitionAnimation::Left; cxt->transitionMode = TransitionAnimation::Left;