1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-26 01:24:05 +08:00
This commit is contained in:
shaoying 2021-05-30 00:36:50 +08:00
parent 83e6775ad4
commit 0bc6eb47b9

View File

@ -266,7 +266,7 @@ type Sort struct {
} }
func (m *Message) Toast(content string, arg ...interface{}) { func (m *Message) Toast(content string, arg ...interface{}) {
if m.Option(MSG_USERPOD) == "" { if m.Option(MSG_USERPOD) != "" {
return return
} }