mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-01-31 00:47:30 +01:00
Changed string
This commit is contained in:
parent
21e56a949f
commit
d11a7d094a
@ -14,7 +14,7 @@ public static class Tranga_Cli
|
|||||||
if (folderPath.Length < 1)
|
if (folderPath.Length < 1)
|
||||||
folderPath = "D:";
|
folderPath = "D:";
|
||||||
|
|
||||||
Console.Write("Mode (D: downloadNow, T: tasks):");
|
Console.Write("Mode (D: Interactive only, T: TaskManager):");
|
||||||
ConsoleKeyInfo mode = Console.ReadKey();
|
ConsoleKeyInfo mode = Console.ReadKey();
|
||||||
while (mode.Key != ConsoleKey.D && mode.Key != ConsoleKey.T)
|
while (mode.Key != ConsoleKey.D && mode.Key != ConsoleKey.T)
|
||||||
mode = Console.ReadKey();
|
mode = Console.ReadKey();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user