From 9103e0ed9356b4d65849d94cb7624f64515ee2cd Mon Sep 17 00:00:00 2001 From: Ivan Kuzmin Date: Fri, 2 Aug 2024 15:01:08 +0400 Subject: [PATCH] I added a process ID entry to the app.lock file. This allows the program to check for the existence of an old process when it restarts after a crash. If the old process is no longer running, the program will start a new instance. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 18ccc5d..68e810e 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /.vs/GoodbyedpiWithTray/FileContentIndex *.json /.vs/slnx.sqlite +/DPI_Tray/_internal/psutil/_psutil_windows.pyd