Skip to content

Commit

Permalink
forV1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jun-Murakami committed Jun 30, 2023
1 parent 6a2b2bb commit 8c60761
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public static AppBuilder BuildAvaloniaApp()
//RemoteDebuggingPort = 9222,
LogSeverity = CefLogSeverity.Error,
LogFile = AppSettings.Instance.AppDataPath + "\\cef_" + ".log",
UserAgent = @"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36 /CefSharp Browser"" + Cef.CefSharpVersion;",
//BackgroundColor = new CefColor(255, 52, 53, 65),
#if WINDOWLESS
WindowlessRenderingEnabled = true
Expand Down

0 comments on commit 8c60761

Please sign in to comment.