Adding custom filters in session browser does not works

hi i am adding custom filters in session browser but when clicking filters button it only shows default 3 exclude filters. i want in session brower to show only active session exclude all inactive sessions. i created filter like this but it does not comes into filter button. btw i am using latest 16.2 toad for oracle version.
SELECT * FROM V$SESSION s
WHERE
(
s.status='ACTIVE' and s.type<>'BACKGROUND'
)

Look here for your new filter

image