From ce8a2e9acd332b4d0256f155b6ff4dd2359663f2 Mon Sep 17 00:00:00 2001 From: Azure Date: Wed, 11 Feb 2026 09:31:50 +0100 Subject: [PATCH] Prod mode --- BrikInstaller.csproj | 2 +- src/main/Program.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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){