From 00750280df8acc71d20247c4fcdb22097939267b Mon Sep 17 00:00:00 2001 From: cyber-dream Date: Thu, 4 May 2023 22:50:12 +0300 Subject: [PATCH] Change context menu action data to string --- wde/contextmenu.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }