Change some enables to visibles
This commit is contained in:
@@ -19,11 +19,11 @@
|
|||||||
<menu_item_separator/>
|
<menu_item_separator/>
|
||||||
<menu_item_call label="Copy Key" name="Copy Key">
|
<menu_item_call label="Copy Key" name="Copy Key">
|
||||||
<on_click function="List.CopyUUIDs"/>
|
<on_click function="List.CopyUUIDs"/>
|
||||||
<on_enable function="List.EnableAnySelected"/>
|
<on_visible function="List.EnableAnySelected"/>
|
||||||
</menu_item_call>
|
</menu_item_call>
|
||||||
<menu_item_call label="Copy Name" name="Copy Name">
|
<menu_item_call label="Copy Name" name="Copy Name">
|
||||||
<on_click function="List.CopyNames"/>
|
<on_click function="List.CopyNames"/>
|
||||||
<on_enable function="List.EnableAnySelected"/>
|
<on_visible function="List.EnableAnySelected"/>
|
||||||
</menu_item_call>
|
</menu_item_call>
|
||||||
<menu_item_call label="Copy SLURL" name="Copy SLURL">
|
<menu_item_call label="Copy SLURL" name="Copy SLURL">
|
||||||
<on_click function="List.CopySLURL"/>
|
<on_click function="List.CopySLURL"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user