diff options
| author | Jeff Carr <[email protected]> | 2025-02-09 06:00:18 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-09 06:00:18 -0600 |
| commit | 81e047fbe884220b36f6ef7cd9520cd4360a569d (patch) | |
| tree | 8eb0d6d9ecafa5310f475e694dc4de0aae7258b5 /init.go | |
| parent | eb3b60abb6ccf8fb2731061bc856b3960d698683 (diff) | |
reminders about errors
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -225,6 +225,7 @@ func (n *Node) gotUserEvent(a widget.Action) { if !n.IsEnabled() { log.Log(WARN, "ignoring plugin event for a disabled widget", n.id, n.progname, a.Value) + log.Log(WARN, "this can't be fixed until switching go.wit.com/gui to protobuf") return } |
