mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Update Soldering.cpp to disable + activating temp only while boost mode setting is on
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user