Cleanup those menu entries, too, and make them checks as they should be

This commit is contained in:
Lirusaito
2019-07-10 00:01:21 -04:00
parent 8094d13c2e
commit ff2c0e52b4

View File

@@ -617,14 +617,14 @@
</menu_item_call>
<menu_item_separator bottom="-213" enabled="true" height="8" label="-----------" left="0"
mouse_opaque="true" name="separator5" width="185" />
<menu_item_call bottom="-29" height="19" label="My Outfits" left="0" name="My Outfits" width="166">
<menu_item_check label="My Outfits" name="My Outfits">
<on_click function="ShowInvFloater.Type" userdata="my_otfts"/>
<on_check function="InvFloaterVisible.Type" userdata="my_otfts"/>
</menu_item_call>
<menu_item_call bottom="-29" height="19" label="Favorites" left="0" name="Favorites" width="166">
</menu_item_check>
<menu_item_check label="Favorites" name="Favorites">
<on_click function="ShowInvFloater.Type" userdata="favorite"/>
<on_check function="InvFloaterVisible.Type" userdata="favorite"/>
</menu_item_call>
</menu_item_check>
<menu_item_check label="Default Avatars" name="Avatar Picker">
<on_click function="ShowFloater" userdata="avatar"/>
<on_check function="FloaterVisible" userdata="avatar"/>