Hide the broken stuff with a setting

This commit is contained in:
Lirusaito
2019-03-07 23:45:14 -05:00
parent 77eb745abc
commit dc34799317
2 changed files with 16 additions and 3 deletions

View File

@@ -1054,6 +1054,17 @@ Changing this setting only affects new text.</string>
<key>Value</key>
<integer>20</integer>
</map>
<key>LiruEnableWIPUI</key>
<map>
<key>Comment</key>
<string>Whether or not to enable UI components that probably don't work yet.</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>Boolean</string>
<key>Value</key>
<integer>0</integer>
</map>
<key>LiruFlashWhenMinimized</key>
<map>
<key>Comment</key>

View File

@@ -22,6 +22,7 @@
width="31"
height="25"
left="2"
visibility_control="LiruEnableWIPUI"
menu_filename="menu_marketplace_view.xml"
image_overlay="Conv_toolbar_sort"
menu_position="bottomleft"/>
@@ -77,12 +78,13 @@
tab_position="top"
tab_min_width="10">
<inventory_panel label="All" name="All Items" filename="panel_marketplace_listings_inventory.xml"/>
<inventory_panel label="Active" name="Active Items" filename="panel_marketplace_listings_listed.xml"/>
<inventory_panel label="Inactive" name="Inactive Items" filename="panel_marketplace_listings_unlisted.xml"/>
<inventory_panel label="Unassociated" name="Unassociated Items" filename="panel_marketplace_listings_unassociated.xml"/>
<inventory_panel visibility_control="LiruEnableWIPUI" label="Active" name="Active Items" filename="panel_marketplace_listings_listed.xml"/>
<inventory_panel visibility_control="LiruEnableWIPUI" label="Inactive" name="Inactive Items" filename="panel_marketplace_listings_unlisted.xml"/>
<inventory_panel visibility_control="LiruEnableWIPUI" label="Unassociated" name="Unassociated Items" filename="panel_marketplace_listings_unassociated.xml"/>
</tab_container>
</panel>
<panel
visibility_control="LiruEnableWIPUI"
name="marketplace_drop_zone"
mouse_opaque="false"
follows="bottom|left|right"