Hide the broken stuff with a setting
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user