We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ad6de6 commit 5bbb8a2Copy full SHA for 5bbb8a2
1 file changed
Program.cs
@@ -136,6 +136,21 @@ static void Clear()
136
Console.WriteLine(Environment.NewLine);
137
}
138
139
+
140
+ if (string.IsNullOrEmpty(settings.NetworkChangeAdapters))
141
+ {
142
+ WriteColor(@"[//--No Networkadapters-------------------------------------------]", ConsoleColor.DarkRed);
143
+ WriteColor($"[//:] Please insert Networkadapters (\"NetworkChangeAdapters\") in the settings.json", ConsoleColor.DarkRed);
144
+ WriteColor(@"[//---------------------------------------------------------------]", ConsoleColor.DarkRed);
145
+ if (!Debugger.IsAttached)
146
147
+ return;
148
+ }
149
+ else
150
151
+ Console.WriteLine(Environment.NewLine);
152
153
154
155
156
/// <summary>
0 commit comments