From 40210d06511ce4da2df9ee7d5a3f5a27d135943a Mon Sep 17 00:00:00 2001 From: YGXB_net Date: Mon, 13 Oct 2025 22:12:43 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=B3=A8=E9=87=8A=E6=8E=89?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=E6=97=B6=E8=BF=90=E8=A1=8C=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 5825c8a..10c1e56 100644 --- a/main.go +++ b/main.go @@ -110,7 +110,7 @@ func main() { nil, // 底部 - 放置按钮 container.NewVBox( - isRunOnStartWidget, + //isRunOnStartWidget, startBtn, clearLogBtn, ),