Rebuild wardrobe (7) fix the outfit manager tab
This commit is contained in:
parent
8092c3bbad
commit
88b2373832
@ -696,7 +696,7 @@ screen wardrobe_menu(xx, yy):
|
|||||||
background lock_wardrobe_icon(Fixed(icon_bg, Transform("interface/wardrobe/icons/categories/outfits.webp", zoom=0.45, anchor=(0.5, 0.5), align=(0.5, 0.5)), icon_frame))
|
background lock_wardrobe_icon(Fixed(icon_bg, Transform("interface/wardrobe/icons/categories/outfits.webp", zoom=0.45, anchor=(0.5, 0.5), align=(0.5, 0.5)), icon_frame))
|
||||||
tooltip "Outfits Manager"
|
tooltip "Outfits Manager"
|
||||||
sensitive (not DollThread._count)
|
sensitive (not DollThread._count)
|
||||||
action Call("wardrobe_actions.category", "outfit", from_current=True)
|
action Call("wardrobe_actions.category", "outfits", from_current=True)
|
||||||
if current_category == "outfits":
|
if current_category == "outfits":
|
||||||
yoffset icon_yoffset
|
yoffset icon_yoffset
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user