Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a943dba

Browse files
Update Persistant_Timer_Dialog.py
Implementing the Resume timer functionlity.
1 parent 4dc3445 commit a943dba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎Persistant_Timer_Dialog.py‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323

2424
if timer_paused == True:
2525
window['text'].update('Timer Paused')
26-
26+
27+
if event == 'Resume':
28+
timer_paused = False
29+
window['text'].update(current_time)
2730
# Finish up by removing from the screen
2831
window.close()

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /