Skip to content

Commit f0623e8

Browse files
committed
Fixed release build.
1 parent 7f7b685 commit f0623e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ static void Main()
4242
{
4343
using (var nativeHelper = new NativeHelper())
4444
{
45-
var form = new MainForm(nativeHelper, settings);
45+
var form = new MainForm(nativeHelper);
4646

4747
Application.Run(form);
4848
}

0 commit comments

Comments
 (0)