🐛 Close the window

This commit is contained in:
Shikiryu 2023-05-25 01:19:10 +02:00
parent d1400da930
commit aa347b093c

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: