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