SL-14842 Clear history button was in wrong menu
parent
d298c9983b
commit
bf5ae51d2e
|
|
@ -28,15 +28,4 @@
|
|||
function="TeleportHistory.GearMenu.Enable"
|
||||
parameter="collapse_all" />
|
||||
</menu_item_call>
|
||||
<menu_item_separator layout="topleft" />
|
||||
<menu_item_call
|
||||
label="Clear Teleport History"
|
||||
name="Clear Teleport History">
|
||||
<menu_item_call.on_click
|
||||
function="TeleportHistory.GearMenu.Action"
|
||||
parameter="clear_history" />
|
||||
<on_enable
|
||||
function="TeleportHistory.GearMenu.Enable"
|
||||
parameter="clear_history" />
|
||||
</menu_item_call>
|
||||
</toggleable_menu>
|
||||
|
|
|
|||
|
|
@ -49,4 +49,15 @@
|
|||
function="TeleportHistory.GearMenu.Enable"
|
||||
parameter="copy_slurl" />
|
||||
</menu_item_call>
|
||||
<menu_item_separator layout="topleft" />
|
||||
<menu_item_call
|
||||
label="Clear Teleport History"
|
||||
name="Clear Teleport History">
|
||||
<menu_item_call.on_click
|
||||
function="TeleportHistory.GearMenu.Action"
|
||||
parameter="clear_history" />
|
||||
<on_enable
|
||||
function="TeleportHistory.GearMenu.Enable"
|
||||
parameter="clear_history" />
|
||||
</menu_item_call>
|
||||
</toggleable_menu>
|
||||
|
|
|
|||
Loading…
Reference in New Issue