update build

This commit is contained in:
arm64v8a
2022-12-25 09:26:44 +09:00
parent 647f20cb95
commit 255d95ef98
23 changed files with 101 additions and 138 deletions

View File

@@ -550,7 +550,7 @@ void MainWindow::on_menu_exit_triggered() {
//
NekoRay::dataStore->core_prepare_exit = true;
hide();
ExitNekorayCore();
stop_core_daemon();
//
MF_release_runguard();
if (exit_reason == 1) {
@@ -1394,7 +1394,7 @@ bool MainWindow::eventFilter(QObject *obj, QEvent *event) {
auto mouseEvent = dynamic_cast<QMouseEvent *>(event);
if (obj == ui->label_running && mouseEvent->button() == Qt::LeftButton && running != nullptr) {
test_current();
speedtest_current();
return true;
} else if (obj == ui->label_inbound && mouseEvent->button() == Qt::LeftButton) {
on_menu_basic_settings_triggered();