refactor: keys
This commit is contained in:
parent
9bbbf334ac
commit
d0662c8d3d
|
|
@ -61,11 +61,6 @@ func (r *Response) Message(message string) *Response {
|
|||
return r
|
||||
}
|
||||
|
||||
func (r *Response) Title(t string) *Response {
|
||||
r.Data.Window.Title = t
|
||||
return r
|
||||
}
|
||||
|
||||
func (r *Response) Closable(b bool) *Response {
|
||||
r.Data.Window.Close = b
|
||||
return r
|
||||
|
|
|
|||
Loading…
Reference in New Issue