Skip to content
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 request: Ability to change "You" to Your Character Name #100

Open
KingCruzIII opened this issue Aug 19, 2018 · 2 comments
Open

Feature request: Ability to change "You" to Your Character Name #100

KingCruzIII opened this issue Aug 19, 2018 · 2 comments

Comments

@KingCruzIII
Copy link

KingCruzIII commented Aug 19, 2018

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.

@hibiyasleep
Copy link
Owner

image
it's here in ACT Options, make sure set your name in settings after configure this.

@chalkpe
Copy link
Contributor

chalkpe commented Sep 3, 2021

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'; }

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants