Skip to content

Commit ab885d6

Browse files
committed
temporarily remove admin block
1 parent 47b941b commit ab885d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gui/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Program
1313
[STAThread]
1414
public static void Main(string[] args)
1515
{
16-
PreventRunningAsAdmin();
16+
//PreventRunningAsAdmin();
1717
_ = BuildAvaloniaApp()
1818
.StartWithClassicDesktopLifetime(args);
1919
}

0 commit comments

Comments
 (0)