Skip to content

Commit e996512

Browse files
authored
Update MainWindow.xaml.cs
1 parent 124d522 commit e996512

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

BypassReplacer/MainWindow.xaml.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,8 @@ public MainWindow()
247247

248248
Console.WriteLine("Подмена 2...");
249249
Dispatcher.Invoke(() => inform.Text = "Подмена 2...");
250+
// TODO временно
251+
Thread.Sleep(1000);
250252
JavaProcess(currProcess, false);
251253
if (multiProcess.Count > 0)
252254
{

0 commit comments

Comments
 (0)