diff --git a/wde/contextmenu.go b/wde/contextmenu.go index 428b2f6..26598e6 100644 --- a/wde/contextmenu.go +++ b/wde/contextmenu.go @@ -6,5 +6,5 @@ type ContexMenuIsland struct { type ContexMenuRow struct { Label string - Action []string + Action string }