aboutsummaryrefslogtreecommitdiffhomepage
path: root/source
diff options
context:
space:
mode:
authorBen V. Brown <[email protected]>2024-12-07 14:21:28 +1100
committerBen V. Brown <[email protected]>2024-12-09 21:40:17 +1100
commit2f32721438a5b2471f0950edea77304a8b66e295 (patch)
tree2006841c138374708a7bf14ee9147be9cae61be7 /source
parent2e66a658513766525c428755d2ba14526092445f (diff)
downloadIronOS-2f32721438a5b2471f0950edea77304a8b66e295.tar.gz
IronOS-2f32721438a5b2471f0950edea77304a8b66e295.zip
Update Soldering.cpp
Diffstat (limited to 'source')
-rw-r--r--source/Core/Threads/UI/logic/Soldering.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/Core/Threads/UI/logic/Soldering.cpp b/source/Core/Threads/UI/logic/Soldering.cpp
index 50508025..45483d15 100644
--- a/source/Core/Threads/UI/logic/Soldering.cpp
+++ b/source/Core/Threads/UI/logic/Soldering.cpp
@@ -138,9 +138,7 @@ OperatingMode gui_solderingMode(const ButtonState buttons, guiContext *cxt) {
// Draw in the screen details
if (getSettingValue(SettingsOptions::DetailedSoldering)) {
-
ui_draw_soldering_power_status(cxt->scratch_state.state2);
-
} else {
ui_draw_soldering_basic_status(cxt->scratch_state.state2);
}