From 0bc6eb47b971e5807a2a6085762e3931f077ebe4 Mon Sep 17 00:00:00 2001 From: shaoying Date: Sun, 30 May 2021 00:36:50 +0800 Subject: [PATCH] opt some --- misc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc.go b/misc.go index 9e26d9e3..244d815b 100644 --- a/misc.go +++ b/misc.go @@ -266,7 +266,7 @@ type Sort struct { } func (m *Message) Toast(content string, arg ...interface{}) { - if m.Option(MSG_USERPOD) == "" { + if m.Option(MSG_USERPOD) != "" { return }