Browse Source

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.

pull/423/head
Ivan Kuzmin 1 year ago
parent
commit
9103e0ed93
  1. 1
      .gitignore

1
.gitignore

@ -9,3 +9,4 @@
/.vs/GoodbyedpiWithTray/FileContentIndex /.vs/GoodbyedpiWithTray/FileContentIndex
*.json *.json
/.vs/slnx.sqlite /.vs/slnx.sqlite
/DPI_Tray/_internal/psutil/_psutil_windows.pyd

Loading…
Cancel
Save