diff --git a/draw.go b/draw.go index d0d194a..04c158f 100644 --- a/draw.go +++ b/draw.go @@ -6,6 +6,8 @@ import ( "go.wit.com/gui/gadgets" ) +// TODO: make sure this works without needing to be shown + func (d *LogSettings) Show() { if ! d.Ready() { return } d.win.Show()