From 1722b58d663d0a2850648b6027da560cdff7debd Mon Sep 17 00:00:00 2001 From: qydysky Date: Tue, 20 Oct 2020 12:11:38 +0800 Subject: [PATCH] =?utf8?q?=E5=85=B3=E9=97=AD=E5=BC=B9=E5=B9=95=E7=AA=97?= =?utf8?q?=E4=B8=8D=E4=BC=9A=E5=AF=BC=E8=87=B4=E7=A8=8B=E5=BA=8F=E5=85=B3?= =?utf8?q?=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Reply/gtk.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Reply/gtk.go b/Reply/gtk.go index bdb5470..223ab4e 100644 --- a/Reply/gtk.go +++ b/Reply/gtk.go @@ -4,7 +4,6 @@ import ( "container/list" "errors" "log" - "os" "github.com/gotk3/gotk3/glib" "github.com/gotk3/gotk3/gtk" @@ -130,7 +129,7 @@ func Gtk_danmu() { Gtk_on = false }) - os.Exit(application.Run(nil)) + application.Run(nil) } func isWindow(obj glib.IObject) (*gtk.Window, error) { -- 2.39.2