Forgot to add this

This commit is contained in:
2025-08-27 22:11:50 -07:00
parent cf3c5388c5
commit 077f5c324c

View File

@@ -71,6 +71,7 @@ public class IconMarketplaceDownloadIcon : MonoBehaviour
optionsPanelSearchForInputField.interactable = on; optionsPanelSearchForInputField.interactable = on;
}); });
optionsPanelSortByDropdown.onValueChanged.AddListener((_) => anyChanges = true);
optionsPanelPriceRangeMinInput.onValueChanged.AddListener((value) => optionsPanelPriceRangeMinInput.onValueChanged.AddListener((value) =>
{ {
anyChanges = true; anyChanges = true;