firmalife integration (I suppose)
This commit is contained in:
parent
8332513790
commit
42559acf97
4 changed files with 80 additions and 2 deletions
|
|
@ -9,10 +9,13 @@ const hideFirmaLifeStuff = (event) => {
|
|||
})
|
||||
})
|
||||
|
||||
|
||||
global.FIRMALIFE_DISABLED_ITEMS.forEach(item => {
|
||||
event.hide(item)
|
||||
})
|
||||
|
||||
global.FIRMALIFE_HIDED_ITEMS.forEach(item => {
|
||||
event.hide(item)
|
||||
})
|
||||
}
|
||||
|
||||
const hideFirmaLifeFluids = (event) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue