Change context menu action data to string

This commit is contained in:
cyber-dream 2023-05-04 22:50:12 +03:00
parent 1e93568f9b
commit 00750280df

View File

@ -6,5 +6,5 @@ type ContexMenuIsland struct {
type ContexMenuRow struct {
Label string
Action []string
Action string
}