mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 22:20:52 +00:00
Misc
This commit is contained in:
@@ -256,8 +256,6 @@ namespace ArchiSteamFarm.NLog {
|
||||
}
|
||||
|
||||
private static string ConsoleReadLineMasked(char mask = '*') {
|
||||
StringBuilder result = new StringBuilder();
|
||||
|
||||
using CancellationTokenSource cts = new CancellationTokenSource();
|
||||
|
||||
try {
|
||||
@@ -265,6 +263,8 @@ namespace ArchiSteamFarm.NLog {
|
||||
|
||||
Utilities.InBackground(() => BeepUntilCanceled(token));
|
||||
|
||||
StringBuilder result = new StringBuilder();
|
||||
|
||||
ConsoleKeyInfo keyInfo;
|
||||
|
||||
while ((keyInfo = Console.ReadKey(true)).Key != ConsoleKey.Enter) {
|
||||
|
||||
Reference in New Issue
Block a user