Quasar Store Logo

Numeric Categories

You can add a description to each category by using a description field inside the category table. This is useful to give context when using numeric/input mode (since there are no images).

To switch category appearance from images to numeric/input-based selection, you need to enable the input changer directly in: qs-appearance/client/custom/categories.lua.

1

Go to categories.lua

Open: qs-appearance/client/custom/categories.lua Inside the GetCategories(config) function.

2

Enable input mode

Inside each category, add:

enableInputChanger = true

This forces the UI to stop using images and switch to numeric/input selection.

3

Apply to all categories

Repeat the change for every category block inside GetCategories, not just one.