You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm pretty sure in gnome js, settings can be stored as arrays, so the blacklist can be stored as an array, additionaly the todo list would make it more user friendly.
This removes the annoyances of having a regex, and will fix this bug.
If user inputs to
label-filtered-list
entry something like,,,,,,,,,,,,,
is converted to|||||||||||||||
and used as a regex in the line:This is a valid regex, and acts as global wildcard, which is the behaviour I expected, but surely looks like a problematic regex.
The text was updated successfully, but these errors were encountered: