1
0
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:
chylex 2016-04-27 13:14:47 +02:00
parent e19ee6f363
commit e8ecd00a57

View File

@ -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;
}