Version file

This commit is contained in:
Natsumi
2022-10-04 01:54:38 +13:00
parent 376c7f7ae6
commit 053e85047e
9 changed files with 57 additions and 33 deletions
+1 -1
View File
@@ -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)
{