Compare commits
5 Commits
1.12.1
...
1.12.1-bet
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2faec601c4 | ||
|
|
57b7b8cee9 | ||
|
|
b492d12e19 | ||
|
|
6bd59d01aa | ||
|
|
371b1c2fb1 |
@@ -3,7 +3,7 @@
|
||||
<PropertyGroup>
|
||||
<Authors></Authors>
|
||||
<Company></Company>
|
||||
<Version>1.12.1</Version>
|
||||
<Version>1.12.1-beta.1</Version>
|
||||
<Description></Description>
|
||||
<Copyright></Copyright>
|
||||
<PackageProjectUrl>https://github.com/Light-Public-Syncshells/LightlessClient</PackageProjectUrl>
|
||||
|
||||
@@ -504,7 +504,7 @@ public class ServerConfigurationManager
|
||||
|
||||
internal void RenameTag(Dictionary<string, List<string>> tags, HashSet<string> storage, string oldName, string newName)
|
||||
{
|
||||
if (newName.Length < _maxCharactersFolder)
|
||||
if (newName.Length > _maxCharactersFolder)
|
||||
{
|
||||
storage.Remove(oldName);
|
||||
storage.Add(newName);
|
||||
|
||||
Reference in New Issue
Block a user