diff --git a/BrikInstaller.csproj b/BrikInstaller.csproj index 32d86b1..297f43d 100644 --- a/BrikInstaller.csproj +++ b/BrikInstaller.csproj @@ -1,6 +1,6 @@  - Exe + WinExe net8.0 AnyCPU Photino_Boilerplate diff --git a/src/main/Program.cs b/src/main/Program.cs index 5ceec83..92a1bcb 100644 --- a/src/main/Program.cs +++ b/src/main/Program.cs @@ -43,8 +43,8 @@ class Program{ .SetUseOsDefaultLocation(false) .SetUseOsDefaultSize(false) .SetChromeless(true) - // .SetDevToolsEnabled(false) - // .SetContextMenuEnabled(false) + .SetDevToolsEnabled(false) + .SetContextMenuEnabled(false) .RegisterCustomSchemeHandler("http", (object sender, string scheme, string url, out string contentType) =>{ Uri uri = new Uri(url); switch (uri.Host){