We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7e40bd commit f3cbb59Copy full SHA for f3cbb59
openroast/views/roasttab.py
@@ -432,14 +432,15 @@ def load_recipe_into_roast_tab(self):
432
openroast.recipes.load_current_section()
433
self.recreate_progress_bar()
434
self.update_section_time()
435
- self.targetTempLabel.setText(str(openroast.roaster.target_temp))
436
self.update_target_temp()
437
self.update_fan_info()
438
439
def next_section(self):
440
openroast.recipes.move_to_next_section(None, None)
+ self.update_controllers()
441
+
442
+ def update_controllers(self):
443
444
445
446
0 commit comments