Skip to content

Commit

Permalink
cleaned a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Incognito-100 committed Jul 30, 2022
1 parent c22122f commit da0d67a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Internals/Menues/MainMen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class MainMen
public static void showmen()
{
start:
Console.Title = "pip GUI now in C# v2.1.1";
Console.Title = "pip GUI now in C# v2.1.2";

Console.Clear();
ASCI.Drawasci();
Expand Down
2 changes: 1 addition & 1 deletion Internals/Modules/Option6.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public static void Start()
}

Directory.SetCurrentDirectory(Directory.GetCurrentDirectory());
File.WriteAllLines($"{filename} imports.txt", cleand);
File.WriteAllLines($"{filename}-imports.txt", cleand);
}
}
}
Expand Down

0 comments on commit da0d67a

Please sign in to comment.