March Update
This commit is contained in:
+1
-1
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user