This commit is contained in:
Auric Vente
2024-07-27 10:47:34 -06:00
parent d0fe11a9ab
commit 3d14558d13
7 changed files with 13 additions and 13 deletions

View File

@@ -282,7 +282,7 @@ class Window:
Window.speed = SpecialComboBox()
tooltip = "The speed of the updates\n"
fast = Args.fast_minutes or Config.fast_minutes
fast = (Args.fast_seconds or Config.fast_seconds) / 60
tooltip += f"Fast: {Utils.get_timeword(fast)}\n"
normal = Args.normal_minutes or Config.normal_minutes