mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 23:03:51 +02:00
Fix empty notification images, Linux crash and feed GPS timer alignment
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user