Checks if this plugin should be displayed when folders are selected. The default implementation always returns true. @return true to display this plugin when folders are selected.
| 168 | // @return true to display this plugin when folders are selected. |
| 169 | // |
| 170 | bool Plugin::ShowForFolders() const noexcept(false) |
| 171 | { |
| 172 | return true; |
| 173 | } |
| 174 | |
| 175 | // |
| 176 | // Provides a pointer to the object that can be used to access PCC settings. |