-
-
Notifications
You must be signed in to change notification settings - Fork 803
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Play Count button should be hidden if 'Enable Scene Play history' is disabled #4979
Comments
Looks like both counters use the same class names, so it needs some trickier CSS. Try this:
|
|
Works like a charm! Thank you! |
Renaming (adding words like automatic or auto-increment) would make it definitely more obvious. Also merging |
I have disabled the feature 'Enable Scene Play history'. Therefore the new Play Count button from #4714 should not be visible.
Tried to hide it with css but unfortunately this also hide the O Count. Any idea?
The text was updated successfully, but these errors were encountered: