This commit is contained in:
arm64v8a
2023-05-17 16:38:18 +09:00
parent e5eaa5c674
commit 158dfed3f3
7 changed files with 12 additions and 13 deletions

View File

@@ -256,7 +256,10 @@ void MainWindow::neko_start(int _id) {
return true;
};
if (!mu_starting.tryLock()) return;
if (!mu_starting.tryLock()) {
MessageBoxWarning(software_name, "Another profile is starting...");
return;
}
// timeout message
auto restartMsgbox = new QMessageBox(QMessageBox::Question, software_name, tr("If there is no response for a long time, it is recommended to restart the software."),