Skip to content

Commit 8a933e1

Browse files
committed
Remove signal cxn causing double unsaved prompts
1 parent 09c30dc commit 8a933e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/windows/main_window.py

-1
Original file line numberDiff line numberDiff line change
@@ -2943,7 +2943,6 @@ def __init__(self, *args, mode=None):
29432943
# Connect signals
29442944
if self.mode != "unittest":
29452945
self.RecoverBackup.connect(self.recover_backup)
2946-
app.aboutToQuit.connect(self.close)
29472946

29482947
# Initialize and start the thumbnail HTTP server
29492948
self.http_server_thread = httpThumbnailServerThread()

0 commit comments

Comments
 (0)