mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-05-11 11:34:07 +02:00
Fix missing re-lock when closing duplicate process
This commit is contained in:
parent
e19ee6f363
commit
e8ecd00a57
@ -56,6 +56,8 @@ private static void Main(){
|
||||
MessageBox.Show("Could not close the other process.",BrandName+" Has Failed :(",MessageBoxButtons.OK,MessageBoxIcon.Error);
|
||||
return;
|
||||
}
|
||||
|
||||
LockManager.Lock();
|
||||
}
|
||||
else return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user