summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
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
}