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

Spelling Mistake in Activity #1

Open
DragaputCataput opened this issue May 5, 2024 · 3 comments
Open

Spelling Mistake in Activity #1

DragaputCataput opened this issue May 5, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@DragaputCataput
Copy link

Small but I thought I should mention it XD
image

@v4ish
Copy link
Owner

v4ish commented May 28, 2024

@DragaputCataput Thanks for mentioning it, this bug occurs when your project have more characters than 17.

@alexonpeace
Copy link

image
is there a way to fix it

@v4ish v4ish added the bug Something isn't working label Aug 6, 2024
@ThomasDutil
Copy link

Yeah, I think you could edit tose lines :
if (MyGlobals.Title.Length >= 17)
{
MyGlobals.Title.Substring(0, 17);
MyGlobals.Title = MyGlobals.Title.Remove(0, 17);
}
if (!string.IsNullOrEmpty(MyGlobals.Title))
Program.client.UpdateState("In " + MyGlobals.Title);
maybe you can change "In " to something like "In Studio" and then you remove the studio in the string.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants