mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
fix
This commit is contained in:
@@ -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();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user