Is there way I can make a button to enable/disable Ignore List

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Spiderkeys
Junior Member
Junior Member
Posts: 53
Joined: 2015-04-07, 10:02 UTC

Is there way I can make a button to enable/disable Ignore List

Post by *Spiderkeys »

I have a bunch of files and extensions blacklisted in my Ignore list, but occasionally i need those files and need to uncheck it, but instead having to constantly go to Configuration > Options > Ignore List check/uncheck each time, it would certainly be a lot easier just so I can make a button in the Sidebar, so ignored files instantly come up.

Any suggestions ?
User avatar
tuska
Power Member
Power Member
Posts: 4060
Joined: 2007-05-21, 12:17 UTC

Re: Is there way I can make a button to enable/disable Ignore List

Post by *tuska »

Button with command:

Code: Select all

cm_SwitchIgnoreList
The button acts like an on/off switch.
If the button is displayed as "pressed", then files will be hidden.

Code: Select all

cm_IgnoreConfig
... could also be of interest ...
Spiderkeys
Junior Member
Junior Member
Posts: 53
Joined: 2015-04-07, 10:02 UTC

Re: Is there way I can make a button to enable/disable Ignore List

Post by *Spiderkeys »

tuska wrote: 2020-12-20, 11:23 UTC Button with command:

Code: Select all

cm_SwitchIgnoreList
The button acts like an on/off switch.
If the button is displayed as "pressed", then files will be hidden.

Code: Select all

cm_IgnoreConfig
... could also be of interest ...
Thanks! Work Great! Perfect Button!
Post Reply