1 | initial version |
You could try registering the preference as a ranged value using prefs_register_range_preference()
, where you can specify a max_value, but this will allow multiple values, which may or may not be desirable in your particular case.