tryphotino / photino.Native

https://tryphotino.io
Apache License 2.0
142 stars 50 forks source link

Add SingleInstanceMode to Photino initialization #111

Open philippjbauer opened 1 year ago

philippjbauer commented 1 year ago

In order to prevent the user from opening multiple instances of a Photino app we need to implement a check during initialization that checks if another instance is running. An optional, configurable message should be displayed in a native warning dialog if the user tries to open a second instance.

wthks commented 9 months ago

Please make this configurable, at the moment you can't even open 2 different files that run with photino.

ottodobretsberger commented 9 months ago

This is on our backlog of bugs and features to implement.