From 7be65a0428a4527889b6955c56aafdb81dda28a8 Mon Sep 17 00:00:00 2001
From: 张世豪 <979909237@qq.com>
Date: 星期六, 22 十一月 2025 11:20:39 +0800
Subject: [PATCH] 开启状态线程,优化结束程序逻辑

---
 src/xitongshezhi/SystemDebugDialog.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/xitongshezhi/SystemDebugDialog.java b/src/xitongshezhi/SystemDebugDialog.java
index 9b19556..532bc17 100644
--- a/src/xitongshezhi/SystemDebugDialog.java
+++ b/src/xitongshezhi/SystemDebugDialog.java
@@ -327,6 +327,7 @@
                 staticDataTextArea.setCaretPosition(staticDataTextArea.getDocument().getLength());
             }
             appendAsciiData("[" + getCurrentTime() + "] 寮�濮嬫樉绀烘暟鎹甛n");
+            lunxun.resumePolling();
             lunxun.DEBUG_ENABLED=true;
         } else {
             scrollButton.setText("鏆傚仠");

--
Gitblit v1.9.3