Add Log button to Profile, (and rightclick menus for lists) as per request.
This commit is contained in:
@@ -60,6 +60,10 @@
|
||||
<on_click function="List.Share"/>
|
||||
<on_visible function="List.EnableSingleSelected"/>
|
||||
</menu_item_call>
|
||||
<menu_item_call label="Chat History" name="Chat History">
|
||||
<on_click function="List.ShowLog"/>
|
||||
<on_enable function="List.EnableAnySelected"/>
|
||||
</menu_item_call>
|
||||
<menu_item_separator/>
|
||||
<menu_item_call label="Mute/Unmute" name="Mute/Unmute">
|
||||
<on_click function="List.ToggleMute"/>
|
||||
|
||||
@@ -61,6 +61,10 @@
|
||||
<on_click function="List.Share"/>
|
||||
<on_visible function="List.EnableSingleSelected"/>
|
||||
</menu_item_call>
|
||||
<menu_item_call label="Chat History" name="Chat History">
|
||||
<on_click function="List.ShowLog"/>
|
||||
<on_enable function="List.EnableAnySelected"/>
|
||||
</menu_item_call>
|
||||
<menu_item_call label="Track/Untrack" name="Track/Untrack">
|
||||
<on_click function="Radar.Track"/>
|
||||
<on_enable function="List.EnableSingleSelected"/>
|
||||
|
||||
@@ -146,11 +146,12 @@
|
||||
label_selected="Find on Map" left="24" mouse_opaque="true"
|
||||
name="Find on Map" width="100" />
|
||||
<button bottom="-452" font="SansSerif" halign="center" height="20"
|
||||
label="Offer Teleport..." label_selected="Offer Teleport..."
|
||||
left_delta="102" mouse_opaque="true" name="Offer Teleport..." width="140" />
|
||||
label="Teleport..." label_selected="Teleport..."
|
||||
left_delta="102" mouse_opaque="true" name="Offer Teleport..." width="80" />
|
||||
<button bottom="-452" font="SansSerif" halign="center" height="20"
|
||||
label="Add Friend..." label_selected="Add Friend..." left_delta="142"
|
||||
label="Add Friend..." label_selected="Add Friend..." left_delta="82"
|
||||
mouse_opaque="true" name="Add Friend..." width="130" />
|
||||
<button label="Log" name="Log" bottom="-452" left_delta="132" height="20" width="56"/>
|
||||
<button bottom="-470" font="SansSerif" halign="center" height="20" label="Pay..."
|
||||
label_selected="Pay..." left="24" mouse_opaque="true" name="Pay..."
|
||||
width="70" />
|
||||
|
||||
Reference in New Issue
Block a user