Fix a bug

This commit is contained in:
2025-08-31 09:09:07 -07:00
parent ad1e14b54c
commit fc849318a2

View File

@@ -34,7 +34,7 @@ public class IconMarketplaceManager : MonoBehaviour
internal void SwitchPanel(int panelIndex)
{
downloadPanelScript.iconPurchaseSound.Stop();
downloadPanelScript.anyChanges = true;
downloadPanelScript.anyChanges = false;
downloadPanelScript.optionsPanelSortByDropdown.value = 3;
downloadPanelScript.optionsPanelPriceRangeToggle.isOn = false;
downloadPanelScript.optionsPanelSearchForToggle.isOn = false;