Skip to content
Snippets Groups Projects
Commit a83ff3c0 authored by markus's avatar markus
Browse files

Make time setting more appealing

parent 46981523
No related branches found
No related tags found
No related merge requests found
......@@ -276,7 +276,7 @@ class Clock:
previously_pressed_button = 0
button_repeat_counter = 0
seconds_change = int(min(1.1**button_repeat_counter, 60*23))
seconds_change = int(min(1.1**button_repeat_counter, 60 * 23 + 1))
if previously_pressed_button == buttons.BOTTOM_LEFT:
set_seconds -= seconds_change
elif previously_pressed_button == buttons.BOTTOM_RIGHT:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment