Deselect Filter?

I have the following button that filters for folders and files with a status indicator:

@toggle 
Select PATTERN="Quick_Status" FILTER HIDEUNSEL

How do I deselect the filter?

Activating Show Everything is the quickest way to clear/disable all active filters without having to think about them.

With this type of filter, if you activate Show Everything and then deactivate it again, the filter will remain cleared. (Other more permanent types of filter will be reinstated. For example, global filters or filters defined for the current path via folder formats.) With the default Opus 12 config, that means you can clear the filter and return to normal by simply double-clicking the hidden count on the status bar. (First click turns on Show Everything; second turns it off again.)

If you want a button which only removes the effect of that specific type of Select HIDEUNSEL ... filter, you could use this:

Select NOPATTERN SHOWHIDDEN
1 Like