We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not a big feature, but it would be nice to have a variable in settings for changing the "YOU" in the name column to someone's character name.
The text was updated successfully, but these errors were encountered:
it's here in ACT Options, make sure set your name in settings after configure this.
Sorry, something went wrong.
Here's alternative without changing any ACT options paste below code to kagerou config -> More > CSS and click Save.
#table li.me .flex-column-i-name { font-size: 0; } #table li.me .flex-column-i-name::before { font-size: 12px; content: 'Your Custom Name'; }
No branches or pull requests
Not a big feature, but it would be nice to have a variable in settings for changing the "YOU" in the name column to someone's character name.
The text was updated successfully, but these errors were encountered: