We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b941b commit ab885d6Copy full SHA for ab885d6
Gui/Program.cs
@@ -13,7 +13,7 @@ class Program
13
[STAThread]
14
public static void Main(string[] args)
15
{
16
- PreventRunningAsAdmin();
+ //PreventRunningAsAdmin();
17
_ = BuildAvaloniaApp()
18
.StartWithClassicDesktopLifetime(args);
19
}
0 commit comments