March Update

This commit is contained in:
兔子 2019-03-07 11:18:55 +08:00
parent e4161a83ad
commit 69ee5f692b

View File

@ -1010,7 +1010,7 @@ func MessageBox(text, defaults string) string {
str = str[0 : len(str)-1]
}
if str == "" {
str = defaults
str = defaults
}
return strings.TrimSpace(str)
}