Skip to content

Commit 89ccba2

Browse files
authored
Update MainWindow.xaml.cs
1 parent 229b1a2 commit 89ccba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BypassReplacer/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ public MainWindow()
248248
Console.WriteLine("Подмена 2...");
249249
Dispatcher.Invoke(() => inform.Text = "Подмена 2...");
250250
// TODO временно
251-
Thread.Sleep(100);
251+
//Thread.Sleep(100);
252252
JavaProcess(currProcess, false);
253253
if (multiProcess.Count > 0)
254254
{

0 commit comments

Comments
 (0)