try to figure out go mod problem

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-15 16:40:52 -06:00
parent 2ec592b5fe
commit ed3e1d46b1
1 changed files with 2 additions and 0 deletions

View File

@ -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()