Fix empty notification images, Linux crash and feed GPS timer alignment

This commit is contained in:
Natsumi
2025-03-08 18:21:03 +13:00
parent c97b9745e6
commit 3cbe0a7047
3 changed files with 11 additions and 7 deletions

View File

@@ -40,7 +40,8 @@ namespace VRCX
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
}
private WebApi()
// leave this as public, private makes nodeapi angry
public WebApi()
{
#if LINUX
if (Instance == null)