color_filters default value

Discussion related to "Everything" 1.5 Alpha.
Post Reply
w64bit
Posts: 257
Joined: Wed Jan 09, 2013 9:06 am

color_filters default value

Post by w64bit »

In Advanced options, color_filters=[] it's reported as modified value.
But if you reset it to default, at the next start, the value is reverted to [].
void
Developer
Posts: 17152
Joined: Fri Oct 16, 2009 11:31 pm

Re: color_filters default value

Post by void »

Thank you for the issue report w64bit,

Everything will try to build the new color_filters from the old settings.
If the old settings are empty, an empty json array is used. ([])

The next update will continue to use an empty string.
I will also fix the table editor returning [] when empty instead of an empty string.
void
Developer
Posts: 17152
Joined: Fri Oct 16, 2009 11:31 pm

Re: color_filters default value

Post by void »

Everything 1.5.0.1388a improves color filters.

[] will now be treated as an empty string.
Post Reply