summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-09 06:00:18 -0600
committerJeff Carr <[email protected]>2025-02-09 06:00:18 -0600
commit81e047fbe884220b36f6ef7cd9520cd4360a569d (patch)
tree8eb0d6d9ecafa5310f475e694dc4de0aae7258b5 /init.go
parenteb3b60abb6ccf8fb2731061bc856b3960d698683 (diff)
reminders about errors
Diffstat (limited to 'init.go')
-rw-r--r--init.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.go b/init.go
index 72b577d..7c8a35a 100644
--- a/init.go
+++ b/init.go
@@ -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
}