From aa347b093c8381acc05eceec46d014521867f72d Mon Sep 17 00:00:00 2001 From: Shikiryu Date: Thu, 25 May 2023 01:19:10 +0200 Subject: [PATCH] :bug: Close the window --- src/window/image.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/window/image.py b/src/window/image.py index 24f54e8..3394bb2 100644 --- a/src/window/image.py +++ b/src/window/image.py @@ -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: