This commit is contained in:
arm64v8a
2023-07-25 13:03:02 +09:00
parent ad00b8db74
commit e8147589f7
5 changed files with 144 additions and 117 deletions

View File

@@ -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();