Prevent duplicate instances by coordinating via a socket
This commit is contained in:
parent
abf3b4a54e
commit
66bf56fc4f
4 changed files with 91 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
pub mod assets;
|
||||
pub mod languages;
|
||||
pub mod menus;
|
||||
pub mod only_instance;
|
||||
#[cfg(any(test, feature = "test-support"))]
|
||||
pub mod test;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue