Improve C# Console, key navigation on AutoCompleter

This commit is contained in:
Sinai
2021-05-15 01:21:07 +10:00
parent 1c216c0d86
commit 021db69409
8 changed files with 552 additions and 227 deletions

View File

@ -80,7 +80,7 @@ namespace UnityExplorer.UI.Panels
CurrentStreamPath = Path.Combine(path, fileName);
File.WriteAllLines(CurrentStreamPath, Logs.Select(it => it.message));
File.WriteAllLines(CurrentStreamPath, Logs.Select(it => it.message).ToArray());
}
// Logging