[Solved] Change "Image Files" global power filter so that it will also allow directories
Posted: 14 Jul 2022 03:08
I want to change the "Image Files" global power filter so that it will also show me any directories, not just image files.
I have tried to change it from
to
but this seems doesn't work. There probably another way to do it.
How to make this work?
I have tried to change it from
Code: Select all
"Image|Image Files" {:Image}
Code: Select all
"Image|Image Files" {:Image} || attr: d
"Image|Image Files" {:Image} | attr: d
and the same without spaces:
"Image|Image Files" {:Image}||attr:d
"Image|Image Files" {:Image}|attr:d
How to make this work?