Satisfy Issue 852: Implement way to stop\start single non-fullperm script in modiable objects
This commit is contained in:
@@ -25,6 +25,12 @@
|
||||
name="Task Remove" width="128">
|
||||
<on_click filter="" function="Inventory.DoToSelected" userdata="delete" />
|
||||
</menu_item_call>
|
||||
<menu_item_call label="Set Not Running" name="Task Set Not Running">
|
||||
<on_click filter="" function="Inventory.DoToSelected" userdata="stop_script" />
|
||||
</menu_item_call>
|
||||
<menu_item_call label="Set Running" name="Task Set Running" width="128">
|
||||
<on_click filter="" function="Inventory.DoToSelected" userdata="start_script" />
|
||||
</menu_item_call>
|
||||
<menu_item_call bottom_delta="-18" height="18" label="Empty Trash" left="0" mouse_opaque="true"
|
||||
name="Empty Trash" width="128">
|
||||
<on_click filter="" function="Inventory.EmptyTrash" userdata="rename" />
|
||||
|
||||
Reference in New Issue
Block a user