Disabling top list of shops?Suggestion
is it possible to disable the top list of the default shops?

currently i delete some code from the cs file
{
new CuiButton
{
Button = {Command = $"shop.show components {shoppageminus}", Color = "0.5 0.5 0.5 0.5"},
RectTransform = {AnchorMin = "0.90 0.78", AnchorMax = "0.97 0.83"},
Text =
{
Text = $"Components", Align = TextAnchor.MiddleCenter, Font = "robotocondensed-regular.ttf",
FontSize = 14
}
},
ShopOverlayName,
"Components"
}
Also interested in this
In response to MourningWood ():
Also interested in this
until this is applyed you can delete the parts in the CS file.
You can also just comment out line 910:
//container.AddRange(CreateShopChangePage(shopid, minfrom, maxfrom));
In response to rfc1920 ():
You can also just comment out line 910:
//container.AddRange(CreateShopChangePage(shopid, minfr...
This removes the page navigation buttons from the shop.

Merged post

Remove lines 616 - 783, and change the }, in line 615 to }

Removes shop list, keeps the navigation buttons for pages.