How to delete categories?
-
how do i delete categories from liquid bounce ?
-
how do i delete categories from liquid bounce ?
@plumer-man
With Core you can simply do
_categories.remove("name");It is using Core's editable enum util. To edit other enums you can do
editable = new EditableEnum(target); editable.add("name"); editable.remove("name"); editable.get() editable.values() -
@plumer-man
With Core you can simply do
_categories.remove("name");It is using Core's editable enum util. To edit other enums you can do
editable = new EditableEnum(target); editable.add("name"); editable.remove("name"); editable.get() editable.values()@czechhek Do i just put that into a js file and put it in the scripts folder?
Im not really good at programming or how liquid bounce works. -
@czechhek Do i just put that into a js file and put it in the scripts folder?
Im not really good at programming or how liquid bounce works.@plumer-man Why would you want to delete a category? If you simply want to hide it from the clickgui, you can open
clickgui.json(inside the LiquidBounce directory) in a text editor and setvisibletofalsefor any category you want to hide.
-
@plumer-man Why would you want to delete a category? If you simply want to hide it from the clickgui, you can open
clickgui.json(inside the LiquidBounce directory) in a text editor and setvisibletofalsefor any category you want to hide.
@senk-ju Thanks it worked!
-
@plumer-man Why would you want to delete a category? If you simply want to hide it from the clickgui, you can open
clickgui.json(inside the LiquidBounce directory) in a text editor and setvisibletofalsefor any category you want to hide.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login