mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
optimize code
This commit is contained in:
@@ -278,6 +278,7 @@ void MainWindow::neko_start(int _id) {
|
||||
}
|
||||
if (!mu_stopping.tryLock()) {
|
||||
MessageBoxWarning(software_name, "Another profile is stopping...");
|
||||
mu_starting.unlock();
|
||||
mu_stopping.unlock();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user