Skip to content

Commit 59fc27f

Browse files
authored
Merge pull request #120 from Erol444/hotfix-13-06-2022
Hotfix 13-06-2022
2 parents 0bcaf24 + 324f907 commit 59fc27f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TbsWinformNet6/Forms/Splash.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ public Splash()
1414
private async void Splash_Shown(object sender, EventArgs e)
1515
{
1616
await Task.Delay(500); // random delay ._.
17-
var mainForm = new ControlPanel();
1817
await ChromeDriverInstaller.Install();
18+
var mainForm = new ControlPanel();
1919
mainForm.Show();
2020
Hide();
2121
}

0 commit comments

Comments
 (0)