tarina

git clone https://git.tarina.org/tarina
Log | Files | Refs | README | LICENSE

commit 6d5548ab8e91e2e8e853616b699f2b1d4601fa98
parent a1f3f8587861378bd11185dcfd6947b02d1c4657
Author: rob <rob@tarina.org>
Date:   Wed, 23 Aug 2023 22:12:00 +0100

stopretake

Diffstat:
Mtarina.py | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/tarina.py b/tarina.py @@ -3758,6 +3758,9 @@ def getbutton(lastbutton, buttonpressed, buttontime, holdbutton): elif nextstatus=="STOP": if recording == True: pressed="record" + elif nextstatus=="STOPRETAKE": + if recording == True: + pressed="retake" elif nextstatus=="RECSOUND": if recording==False: pressed="record"