This commit is contained in:
arm64v8a
2023-05-23 12:04:18 +09:00
parent b1b67607f6
commit fbd2a3354c
4 changed files with 4 additions and 7 deletions

View File

@@ -287,7 +287,7 @@ void MainWindow::neko_start(int _id) {
if (!NekoGui::dataStore->core_running) {
runOnUiThread(
[=] {
show_log_impl("Try to start the config, but the core has not listened to the grpc port, so restart it...");
MW_show_log("Try to start the config, but the core has not listened to the grpc port, so restart it...");
core_process->start_profile_when_core_is_up = ent->id;
core_process->Restart();
},