mirror of
https://github.com/FirestormViewer/phoenix-firestorm.git
synced 2026-08-14 08:53:53 +00:00
FIRE-36836 Inventory Keyboard Combo Crashes Viewer While Under Inventory Lock (RLVa)
Signed-off-by: PanteraPolnocy <panterapolnocy@gmail.com>
This commit is contained in:
@@ -14,6 +14,9 @@
|
||||
<on_click
|
||||
function="Inventory.GearDefault.Custom.Action"
|
||||
parameter="new_window" />
|
||||
<on_enable
|
||||
function="Inventory.GearDefault.Enable"
|
||||
parameter="new_window" />
|
||||
</menu_item_call>
|
||||
<menu_item_check
|
||||
label="Protected Folders"
|
||||
|
||||
@@ -68,6 +68,9 @@
|
||||
<menu_item_call.on_click
|
||||
function="Inventory.NewWindow"
|
||||
parameter="" />
|
||||
<menu_item_call.on_enable
|
||||
function="RLV.EnableIfNot"
|
||||
parameter="showinv" />
|
||||
</menu_item_call>
|
||||
<menu_item_check
|
||||
label="Protected Folders"
|
||||
|
||||
Reference in New Issue
Block a user