KJNeko / Atlas

A replacement program written in c++ to replace Game-List (f95zone game manager)
GNU General Public License v3.0
18 stars 3 forks source link

Prevent the user from opening two instances of Atlas #50

Closed towerwatchman closed 1 year ago

towerwatchman commented 1 year ago

You shouldn't be able to open two instances of the program. Currently you can.

KJNeko commented 1 year ago

Simple lock check with PID written to file. Should eventually implement something to just bring the existing process into focus.