mirror of
https://onedev.site.tesses.net/crosslang/crosslangdevstudio
synced 2026-02-08 09:15:45 +00:00
New dev build
This commit is contained in:
@@ -39,7 +39,7 @@ public partial class NewProjectDialogViewModel : ViewModelBase
|
||||
int i;
|
||||
for (i = 1; i < int.MaxValue; i++)
|
||||
{
|
||||
string name2 = $"{name}{i}";
|
||||
string name2 = $"{newName}{i}";
|
||||
if (!Directory.Exists(Path.Combine(ParentDirectory, name2)))
|
||||
{
|
||||
Name = name2;
|
||||
|
||||
Reference in New Issue
Block a user