feature/session #27

Merged
Shikiryu merged 7 commits from feature/session into main 2023-06-02 12:24:15 +02:00
Showing only changes of commit aa347b093c - Show all commits

View File

@ -37,6 +37,7 @@ class ImageWindow:
def on_closing(self):
self.countdown_sound.stop()
self.window.destroy()
def next_image(self):
if self.toolbar.timer_check is not None: