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

[REQUEST] Category rename and convert case #255

Open
mrbentarikau opened this issue Sep 9, 2023 · 0 comments · May be fixed by #257
Open

[REQUEST] Category rename and convert case #255

mrbentarikau opened this issue Sep 9, 2023 · 0 comments · May be fixed by #257

Comments

@mrbentarikau
Copy link

The problem currently is when you just want to rename a category, e.g. just to convert case; let's say from space to Space, Depressurizer will not let you do it and gives a warning window: "Name space is already in use".

This interface level fix should be easy because these characters are actually different. Depressurizer should make byte comparison between characters and see that s and S as 0x73 vs 0x53 differ and should allow that category rename.

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

Successfully merging a pull request may close this issue.

1 participant