This commit is contained in:
Auric Vente
2024-07-19 20:31:21 -06:00
parent 4f1aec1bee
commit b4a01b0945

View File

@@ -150,7 +150,7 @@ class Window:
btn_terminate.middleClicked.connect(lambda: Ants.terminate_all())
Window.speed = QComboBox()
tooltip = "Change the speed of the loop\n"
tooltip = "Change the speed of the updates\n"
tooltip += f"Fast: {Utils.get_seconds(Config.loop_delay_fast)}\n"
tooltip += f"Normal: {Utils.get_seconds(Config.loop_delay_normal)}\n"
tooltip += f"Slow: {Utils.get_seconds(Config.loop_delay_slow)}"