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.
Go to categories.lua
Open:
qs-appearance/client/custom/categories.luaInside theGetCategories(config)function.Enable input mode
Inside each category, add:
lua enableInputChanger = trueThis forces the UI to stop using images and switch to numeric/input selection.
Apply to all categories
Repeat the change for every category block inside
GetCategories, not just one.



