mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-04 22:06:06 +02:00
Version file
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ namespace VRCX
|
||||
// Enable High-DPI support on Windows 7 or newer
|
||||
Cef.EnableHighDPISupport();
|
||||
|
||||
cefSettings.UserAgent = "VRCX Cef Browser";
|
||||
cefSettings.UserAgent = Program.Version;
|
||||
|
||||
if (Cef.Initialize(cefSettings) == false)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user