Dorako / pf2e-dorako-ui

MIT License
18 stars 17 forks source link

Excluded module option doesn't appear to work in v11.315 #326

Open Truncated opened 3 months ago

Truncated commented 3 months ago

I'm trying to exclude elements from the UI and I can't seem to get anything to filter the UI from being applied.

I've put the app name by itself for multiple modules, even tried the id of elements with # prefix and without, and nothing seems to work.

Are there any formatting needs for one or more modules to be excluded from the UI?

I'd appreciate any insights you can provide!

Dorako commented 1 week ago

Sorry no idea how I've missed your issues, I must have been busy when the notification came in. It's not the CSS ID but the application name you have to exclude. If you open your console you should see log statements like this: CleanShot 2024-10-19 at 21 04 06@2x In this image the application is named "CharacterSheetPF2e".

Let me know if that doesn't work for you.