CreArts-Community / CreArts-Discord

Discord Theme | v3.0.3 | by Corellan
https://discord.gg/8W8E39Z
MIT License
205 stars 47 forks source link

[Bug Report] Channel names don't respect original capitalization #40

Closed percheperche closed 1 year ago

percheperche commented 1 year ago

Describe the bug If a channel is named "idea-sharing", it will be changed to "Idea Sharing". All "-"s are removed and every word's first letter is capitalized.

To Reproduce Steps to reproduce the behaviour:

  1. Go to "..."
  2. Click on "...."
  3. Scroll down to "...."
  4. See error

Expected behaviour A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Operating System: Which operating system do you use?

Additional context Add any other context about the problem here.

CorellanStoma commented 1 year ago

Hi, this is not a bug but a feature, you can change this in the crearts.theme.css file:

https://github.com/CreArts-Community/CreArts-Discord/blob/ac10bdf43333c89bbb0ce3b6802a3128c58cdf35/clients/crearts.theme.css#L266

If you comment out the import line under / ✅ Replace Dash / this effect should disappear.

You can find this file in the clients folder.

percheperche commented 1 year ago

Thank you