Simple UserOperationLog table.

This commit is contained in:
Krad
2021-11-23 13:22:00 +08:00
parent b31bcbcf63
commit 6247aae95e
10 changed files with 253 additions and 22 deletions

View File

@@ -65,6 +65,7 @@ void GUIMessageDialog::startLoading() {
}
accept();
EventCenter::Default()->triggerEvent(GUIEvents::RequestStop, nullptr, nullptr);
LOG_USER_OPERATION(Stop);
});
timerID = startTimer(100);
ui->btn_main->setText("Stop");