fix(eww -> timer): Fixed timer progress reset value
This commit is contained in:
parent
dd8a49df5a
commit
7fbd0bac09
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ handle_signal() {
|
||||||
kill -9 $sub_timer_pid
|
kill -9 $sub_timer_pid
|
||||||
sub_timer_pid=0
|
sub_timer_pid=0
|
||||||
timer_state_state="inactive"
|
timer_state_state="inactive"
|
||||||
timer_state_progress=100
|
timer_state_progress=100000
|
||||||
update_timer_state
|
update_timer_state
|
||||||
else
|
else
|
||||||
start_timer "work" &
|
start_timer "work" &
|
||||||
|
|
Loading…
Reference in a new issue